UndertowOutputStreampublic interface BufferWritableOutputStream
| Modifier and Type | Method | Description |
|---|---|---|
void |
transferFrom(java.nio.channels.FileChannel source) |
|
void |
write(java.nio.ByteBuffer byteBuffer) |
|
void |
write(java.nio.ByteBuffer[] buffers) |
void write(java.nio.ByteBuffer[] buffers)
throws java.io.IOException
java.io.IOExceptionvoid write(java.nio.ByteBuffer byteBuffer)
throws java.io.IOException
java.io.IOExceptionvoid transferFrom(java.nio.channels.FileChannel source)
throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All rights reserved.