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

Quick Search    Search Deep

java.nio.channels
Interface WritableByteChannel  view WritableByteChannel download WritableByteChannel.java

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