Example usage for Java java.nio.channels ReadableByteChannel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes this channel. |
boolean | isOpen() Tells whether or not this channel is open. |
int | read(ByteBuffer dst) Reads a sequence of bytes from this channel into the given buffer. |