KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > ReadableByteChannel

java.nio.channels
Interface ReadableByteChannel

All Superinterfaces:
Channel, Closeable
All Known Subinterfaces:
ByteChannel, ScatteringByteChannel
All Known Implementing Classes:
DatagramChannel, FileChannel, Pipe.SourceChannel, SocketChannel
See Also:
Top Examples, Source Code

int read(ByteBuffer dst)
         throws IOException
See Also:
ClosedByInterruptException, AsynchronousCloseException, ClosedChannelException, NonReadableChannelException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags