au.com.prunge.jgenfile.channels
Interface RandomAccessReadableByteChannel

All Superinterfaces:
Channel, RandomAccessChannel, ReadableByteChannel
All Known Subinterfaces:
RandomAccessByteChannel
All Known Implementing Classes:
RandomAccessFileChannel

public interface RandomAccessReadableByteChannel
extends ReadableByteChannel, RandomAccessChannel

A channel that can read bytes and has random access. This interface simply unifies ReadableByteChannel and RandomAccessChannel; it does not specify any new operations.

Version:
1.0
Author:
Peter Runge

Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface au.com.prunge.jgenfile.channels.RandomAccessChannel
position, position, size