Class Archive
java.lang.Object
org.apache.commons.compress.archivers.sevenz.Archive
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SevenZArchiveEntry[]
The files and directories in the archive.(package private) Folder[]
Properties of solid compression blocks.(package private) long[]
CRCs for each packed stream, valid only if that packed stream has one.(package private) BitSet
Whether each particular packed streams has a CRC.(package private) long
Offset from beginning of file + SIGNATURE_HEADER_SIZE to packed streams.(package private) long[]
Size of each packed stream.(package private) StreamMap
Mapping between folders, files and streams.(package private) SubStreamsInfo
Temporary properties for non-empty files (subsumed into the files array later). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
packPos
long packPosOffset from beginning of file + SIGNATURE_HEADER_SIZE to packed streams. -
packSizes
long[] packSizesSize of each packed stream. -
packCrcsDefined
BitSet packCrcsDefinedWhether each particular packed streams has a CRC. -
packCrcs
long[] packCrcsCRCs for each packed stream, valid only if that packed stream has one. -
folders
Folder[] foldersProperties of solid compression blocks. -
subStreamsInfo
SubStreamsInfo subStreamsInfoTemporary properties for non-empty files (subsumed into the files array later). -
files
SevenZArchiveEntry[] filesThe files and directories in the archive. -
streamMap
StreamMap streamMapMapping between folders, files and streams.
-
-
Constructor Details
-
Archive
Archive()
-
-
Method Details