Package org.foray.common.io

Utilities related to input/output.

See:
          Description

Interface Summary
RandomAccessInput This interface extends DataInput by adding methods for random access to the contents.
 

Class Summary
AbstractRandomAccessInput Abstract superclass for RandomAccessInput implementations.
RandomAccessInputArray Implementation of RandomInput that uses a byte array.
RandomAccessInputFile Implementation of RandomInput that uses a RandomAccessFile to do the io work.
RandomAccessInputURL Implementation of RandomAccessInput suitable for URLs that are not local files.
SimpleDataSource Basic generic implementation of a data source.
 

Package org.foray.common.io Description

Utilities related to input/output.



Copyright © 2017. All rights reserved.