Package au.com.prunge.jgenfile.channels

Interface Summary
RandomAccessByteChannel A channel that can read and write bytes and has random access.
RandomAccessChannel Interface for a channel that supports random access to its data.
RandomAccessReadableByteChannel A channel that can read bytes and has random access.
RandomAccessWritableByteChannel A channel that can write bytes and has random access.
WrappedByteChannel A byte channel that wraps another channel, usually to implement additional interfaces that are not implemented by the channel being wrapped.