Package com.partnersoft.io

Generic input/output facilities.

See: Description

Package com.partnersoft.io Description

Generic input/output facilities.

This package contains i/o infrastructure - i/o in the classic sense of reading bytes and character data to and from files, streams, and other such things.

DataRecordSource is the standard method for reading tabular data into the Partner system from a wide variety of formats. Actual implementations of it will lie in the com.partnersoft.formats.* packages.

However, there are some lower-level facilities too. Many of the classes provided are designed to augment java.io functionality, specifically java.io.File. FileLib is the heavy here; it has a ton of much-needed functions to copy and remove files and treat them as full directory trees instead of limping through by hand.

Similarly, the various implementations of IOCopier eliminate tedious data copying code when transferring data from one stream to another.

Copyright 1997-2006 Partner Software, Inc.

Author:
Paul Reavis, Russell Cagle