Package com.myJava.file.archive.tar

Interface Summary
TarInputStream.EntryFactory This interface is provided, with the method setEntryFactory(), to allow the programmer to have their own TarEntry subclass instantiated for the entries return from getNextEntry().
 

Class Summary
FastTarStream Special class designed to parse a Tar archive VERY FAST.
TarBuffer The TarBuffer class implements the tar archive concept of a buffered input stream.
TarEntry This class represents an entry in a Tar archive.
TarEntryEnumerator Enumerate the contents of a "tar" file.
TarHeader This class encapsulates the Tar Entry Header used in Tar Archives.
TarInputStream The TarInputStream reads a UNIX tar archive as an InputStream.
TarOutputStream The TarOutputStream writes a UNIX tar archive as an OutputStream.
 

Exception Summary
InvalidHeaderException This exception is used to indicate that there is a problem with a TAR archive header

CAUTION :
This file has been integrated into Areca.