public interface WritableBufferedByteChannel extends WritableByteChannel
WritableByteChannel with buffered (i.e. non-flushable) write
operations, see writeBuffered(ByteBuffer). The messages are buffered
and the channel is flushed after the buffer has overflew.
WritableByteChannel.write(ByteBuffer) flushes every written message.| Modifier and Type | Method and Description |
|---|---|
void |
writeBuffered(ByteBuffer src) |
writevoid writeBuffered(ByteBuffer src) throws IOException
IOExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.