|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.nio.channels
Interface ReadableByteChannel

- All Superinterfaces:
- Channel
- All Known Subinterfaces:
- ByteChannel, ScatteringByteChannel
- All Known Implementing Classes:
- DatagramChannel, FileChannel, Pipe.SourceChannel, SocketChannel
- public interface ReadableByteChannel
- extends Channel
| Method Summary | |
int |
read(java.nio.ByteBuffer dst)
Reads a sequence of bytes from this channel into the given buffer |
| Methods inherited from interface java.nio.channels.Channel |
close, isOpen |
| Method Detail |
read
public int read(java.nio.ByteBuffer dst) throws java.io.IOException
- Reads a sequence of bytes from this channel into the given buffer
|
|||||||||
| Home >> All >> java >> nio >> [ channels overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC