Package org.umber.catalan.process.workers.io

Catalan I/O Workers.

See:
          Description

Class Summary
ExportCommand Implementation of the "export" command.
ExportJavaCommand Implementation of "export-java" command.
ImportCommand Implementation for "import" command.
IOAdapter Convenience class for converting I/O classes from one interface to another, for example a Reader into an InputStream.
IoProperties Specialized properties container for IoWorker.
IoWorker IWorker implementation which provides support for reading and writing data from files and other stream-related sources.
 

Package org.umber.catalan.process.workers.io Description

Catalan I/O Workers. This package contains IWorker implementations for loading and storing data through I/O interfaces, including Reader, Writer, InputStream, OutputStream, File, and URL objects.