Example usage for Java java.nio.channels WritableByteChannel 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 | write(ByteBuffer src) Writes a sequence of bytes to this channel from the given buffer. |