Uses of Class
org.foray.common.io.AbstractRandomAccessInput

Packages that use AbstractRandomAccessInput
org.foray.common.io Utilities related to input/output. 
 

Uses of AbstractRandomAccessInput in org.foray.common.io
 

Subclasses of AbstractRandomAccessInput in org.foray.common.io
 class RandomAccessInputArray
          Implementation of RandomInput that uses a byte array.
 class RandomAccessInputFile
          Implementation of RandomInput that uses a RandomAccessFile to do the io work.
 class RandomAccessInputURL
          Implementation of RandomAccessInput suitable for URLs that are not local files.
 



Copyright © 2017. All rights reserved.