java.lang.Object
org.apache.commons.compress.archivers.sevenz.Archive

final class Archive extends Object
  • Field Details

    • packPos

      long packPos
      Offset from beginning of file + SIGNATURE_HEADER_SIZE to packed streams.
    • packSizes

      long[] packSizes
      Size of each packed stream.
    • packCrcsDefined

      BitSet packCrcsDefined
      Whether each particular packed streams has a CRC.
    • packCrcs

      long[] packCrcs
      CRCs for each packed stream, valid only if that packed stream has one.
    • folders

      Folder[] folders
      Properties of solid compression blocks.
    • subStreamsInfo

      SubStreamsInfo subStreamsInfo
      Temporary properties for non-empty files (subsumed into the files array later).
    • files

      The files and directories in the archive.
    • streamMap

      StreamMap streamMap
      Mapping between folders, files and streams.
  • Constructor Details

    • Archive

      Archive()
  • Method Details