Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.nio.channels

Interface WritableByteChannel

java.lang.Object
|
+--java.nio.channels.Channel
   |
   +--java.nio.channels.WritableByteChannel

All Implemented Interfaces:

Channel


public interface WritableByteChannel

implements Channel

Method Summary

intwrite(java.nio.ByteBuffer src)

Writes a sequence of bytes to this channel from the given buffer

Method Details

write

public int write(java.nio.ByteBuffer src)

Writes a sequence of bytes to this channel from the given buffer

Parameters:

Throws: