Package org.capnproto
Interface BufferedOutputStream
-
- All Superinterfaces:
AutoCloseable,Channel,Closeable,WritableByteChannel
- All Known Implementing Classes:
ArrayOutputStream,BufferedOutputStreamWrapper
public interface BufferedOutputStream extends WritableByteChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()ByteBuffergetWriteBuffer()-
Methods inherited from interface java.nio.channels.WritableByteChannel
write
-
-
-
-
Method Detail
-
getWriteBuffer
ByteBuffer getWriteBuffer()
-
flush
void flush() throws IOException- Throws:
IOException
-
-