Package com.partnersoft.io.formats

Older input/output format support.

See:
          Description

Class Summary
FastDataInputStream A self-buffering data input stream.
StreamingDataRecordSource Abstract superclass for DataRecordSources that return results from some sort of file or URL stream.
 

Package com.partnersoft.io.formats Description

Older input/output format support.

This package was the primary superpackage for format-specific input and output code; typically readers and writers for various file formats.

This package is now considered legacy support and deprecated. Newer versions of these tools live in com.partnersoft.formats, and you should use those tools instead for any new development.