Package edu.uiuc.ge.illigal.gale.io

Input/Output interface used by GALE.

See:
          Description

Interface Summary
IOFactory Defines a simple IO factory with multiple channels.
 

Class Summary
FileIOFactory Implements a simple IO factory with multiple channels onto a file system.
 

Exception Summary
IOFactoryException This exception is thrown when the factory finds any IO exception.
 

Package edu.uiuc.ge.illigal.gale.io Description

Input/Output interface used by GALE. This package contains the IO interface used by GALE. Its main contribution is the factory that provides an uniform access to several IO devices. This distribution only contains classes for dealing with files.