File
Doc
Category
Size
Date
Package
ByteChannel.java
API Doc
Android 1.5 API
1200
Wed May 06 22:41:04 BST 2009
java.nio.channels
ByteChannel
public interface ByteChannel implements ReadableByteChannel, WritableByteChannel
A ByteChannel is both readable and writable.
The methods for the byte channel are precisely those defined by readable and writable byte channels.
see
ReadableByteChannel
see
WritableByteChannel
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
Java Code Source