Class Summary |
AsiExtraField |
Adds Unix file permission and UID/GID fields as well as symbolic link
handling. |
BZip2Compressor |
Implementation of the Compressor Interface for BZip2.
|
BZip2Constants |
Base class for both the compress and decompress classes. |
BZip2InputStream |
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
BZip2OutputStream |
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream. |
BZip2OutputStream.StackElem | |
CRC |
A simple class the hold and calculate the CRC for sanity checking of the
data.
|
ExtraFieldUtils |
ZipExtraField related methods
|
TarArchive |
Archive-Implementation for Tar.
|
TarBuffer |
The TarBuffer class implements the tar archive concept of a buffered input
stream. |
TarEntry |
This class represents an entry in a Tar archive. |
TarInputStream |
The TarInputStream reads a UNIX tar archive as an InputStream. methods are
provided to position at each successive entry in the archive, and the read
each entry as a normal input stream using read().
|
TarOutputStream |
The TarOutputStream writes a UNIX tar archive as an OutputStream. |
TarUtils |
This class provides static utility methods to work with byte streams.
|
UnixStat |
Constants from stat.h on Unix systems.
|
UnrecognizedExtraField |
Simple placeholder for all those extra fields we don't want to deal with. |
ZipArchive |
Archive-Implementation for Zip. |
ZipEntry |
Extension that adds better handling of extra fields and provides access to
the internal and external file attributes.
|
ZipExtraField |
General format of extra field data. |
ZipLong |
Utility class that represents a four byte integer with conversion rules for
the big endian byte order of ZIP files.
|
ZipOutputStream |
Reimplementation of java.util.zip.ZipOutputStream
java.util.zip.ZipOutputStream that does handle the extended functionality of
this package, especially internal/external file attributes and extra fields
with different layouts for local file data and central directory entries. |
ZipShort |
Utility class that represents a two byte integer with conversion rules for
the big endian byte order of ZIP files.
|