Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.nio.channels
Interface ByteChannel  view ByteChannel download ByteChannel.java

All Superinterfaces:
Channel, ReadableByteChannel, WritableByteChannel
All Known Implementing Classes:
DatagramChannel, FileChannel, SocketChannel

public interface ByteChannel
extends ReadableByteChannel, WritableByteChannel


Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface java.nio.channels.WritableByteChannel
write