public interface BufferWritableOutputStream
| Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.