|
|||||||||
| 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 WritableByteChannel

- All Superinterfaces:
- Channel
- All Known Subinterfaces:
- ByteChannel, GatheringByteChannel
- All Known Implementing Classes:
- DatagramChannel, FileChannel, Pipe.SinkChannel, SocketChannel
- public interface WritableByteChannel
- extends Channel
| Method Summary | |
int |
write(java.nio.ByteBuffer src)
Writes a sequence of bytes to this channel from the given buffer |
| Methods inherited from interface java.nio.channels.Channel |
close, isOpen |
| Method Detail |
write
public int write(java.nio.ByteBuffer src) throws java.io.IOException
- Writes a sequence of bytes to this channel from 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