Package org.acm.seguin.io

Contains a number of classes that are responsible for dealing with input and output streams and directories of files.

See:
          Description

Interface Summary
Saveable Notifies something that this object can be saved autonomically.
 

Class Summary
AllFileFilter Accepts all files
DirectoryTreeTraversal Traverses a directory structure.
ExtensionFileFilter Accepts all files
FileCopy Responsible for copying a file from one location to another.
InplaceOutputStream To the user of this object, it appears that the file is written in place.
 

Package org.acm.seguin.io Description

Contains a number of classes that are responsible for dealing with input and output streams and directories of files. This package is where I place the classes that extend objects in java.io.