Example usage for Java java.nio.channels Channel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes this channel. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
boolean | isOpen() Tells whether or not this channel is open. |
String | toString() Returns a string representation of the object. |