Package xyz.apollosoftware.bibliothiki.compression.formats.tar
package xyz.apollosoftware.bibliothiki.compression.formats.tar
Support for the (T)ape (AR)chive
(TAR) file format.
Standalone Tape Archives are not necessarily compressed (i.e., a file ending
with .tar) is normally not compressed. However, tar files are
ubiquitously used as a means of compressing files by encapsulating them in
a compression stream (such as GZIP .gz or XZ/LZMA .xz).
This package supports raw tar files and the compression library supports tar files wrapped in certain compression streams.
- See Also:
-
ClassDescriptionThe header for a Tape Archive file.The builder for
TapeArchiveEntryHeader.The type of tape archive entry.The UStar (UNIX Standard tar) format extends the nominal tar header to include additional fields.The builder forTapeArchiveEntryHeader.UnixStandardEntryHeader.Support for reading (T)ape (AR)chive (TAR) files.The extended attributes data as originally defined by thepaxarchive utility and codified in POSIX.1-2001.