au.com.prunge.jgenfile.channels
Interface RandomAccessWritableByteChannel

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

public interface RandomAccessWritableByteChannel
extends WritableByteChannel, RandomAccessChannel

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

Version:
1.0
Author:
Peter Runge

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