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
IOException
void write(ByteBuffer byteBuffer) throws IOException
IOException
void transferFrom(FileChannel source) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.