FileDocCategorySizeDatePackage
ByteChannel.javaAPI DocJava SE 5 API613Fri Aug 26 14:57:10 BST 2005java.nio.channels

ByteChannel

public interface ByteChannel implements ReadableByteChannel, WritableByteChannel
A channel that can read and write bytes. This interface simply unifies {@link ReadableByteChannel} and {@link WritableByteChannel}; it does not specify any new operations.
author
Mark Reinhold
author
JSR-51 Expert Group
version
1.10, 03/12/19
since
1.4

Fields Summary
Constructors Summary
Methods Summary