Package org.capnproto
Interface BufferedInputStream
-
- All Superinterfaces:
AutoCloseable,Channel,Closeable,ReadableByteChannel
- All Known Implementing Classes:
ArrayInputStream,BufferedInputStreamWrapper
public interface BufferedInputStream extends ReadableByteChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteBuffergetReadBuffer()-
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
-
-
-
-
Method Detail
-
getReadBuffer
ByteBuffer getReadBuffer() throws IOException
- Throws:
IOException
-
-