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

Interface ReadableByteChannel

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

All Implemented Interfaces:

Channel


public interface ReadableByteChannel

implements Channel

Method Summary

intread(java.nio.ByteBuffer dst)

Reads a sequence of bytes from this channel into the given buffer

Method Details

read

public int read(java.nio.ByteBuffer dst)

Reads a sequence of bytes from this channel into the given buffer

Parameters:

Throws: