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