public interface BufferWritableOutputStream
| Modifier and Type | Method | Description |
|---|---|---|
void |
transferFrom(FileChannel source) |
Deprecated.
|
void |
write(ByteBuffer byteBuffer) |
|
void |
write(ByteBuffer[] buffers) |
void write(ByteBuffer[] buffers) throws IOException
IOExceptionvoid write(ByteBuffer byteBuffer) throws IOException
IOException@Deprecated void transferFrom(FileChannel source) throws IOException
IOExceptionCopyright © 2026 JBoss by Red Hat. All rights reserved.