ByteChannel


ByteChannel java.nio.channels

Java 1.4 closeable

This interface extends ReadableByteChannel and WritableByteChannel but adds no methods or constants of its own. It exists simply as a convience that to unify the two interfaces.

Figure 13-15. java.nio.channels.ByteChannel

 public interface  ByteChannel  extends ReadableByteChannelWritableByteChannel { } 

Implementations

DatagramChannel , FileChannel , SocketChannel



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net