Package org.ejtools.archive.io

Provides the underlying read and write operation for the Archive IO system (Stream and File based).

See:
          Description

Interface Summary
Reader Interface that describe a Reader used to build Archive and Entry.
Writer Interface that describe a Writer used to dump the Archive and Entry.
 

Class Summary
ByteReader Reader implementation based on a byte array.
DirectoryWriter Writer implementation based on file-system directory.
FileReader Reader implementation based on a File.
FileWriter Writer implementation based on a File.
StreamReader Reader implementation based on stream.
StreamWriter Writer implementation based on stream.
 

Package org.ejtools.archive.io Description

Provides the underlying read and write operation for the Archive IO system (Stream and File based).



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.