Uses of Interface
au.com.prunge.jgenfile.channels.RandomAccessChannel

Packages that use RandomAccessChannel
au.com.prunge.jgenfile.channels   
au.com.prunge.jgenfile.impl.local.channels   
 

Uses of RandomAccessChannel in au.com.prunge.jgenfile.channels
 

Subinterfaces of RandomAccessChannel in au.com.prunge.jgenfile.channels
 interface RandomAccessByteChannel
          A channel that can read and write bytes and has random access.
 interface RandomAccessReadableByteChannel
          A channel that can read bytes and has random access.
 interface RandomAccessWritableByteChannel
          A channel that can write bytes and has random access.
 

Methods in au.com.prunge.jgenfile.channels that return RandomAccessChannel
 RandomAccessChannel RandomAccessChannel.position(long newPosition)
          Sets this channel's position.
 

Uses of RandomAccessChannel in au.com.prunge.jgenfile.impl.local.channels
 

Classes in au.com.prunge.jgenfile.impl.local.channels that implement RandomAccessChannel
 class RandomAccessFileChannel
          A wrapper for a file channel that implements the random access set of interfaces of JGenFile.
 

Methods in au.com.prunge.jgenfile.impl.local.channels that return RandomAccessChannel
 RandomAccessChannel RandomAccessFileChannel.position(long newPosition)