Class SubStreamsInfo


  • final class SubStreamsInfo
    extends java.lang.Object
    Properties for non-empty files.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long[] crcs
      CRCs of unpacked streams, if present.
      (package private) java.util.BitSet hasCrc
      Whether CRC is present for each unpacked stream.
      (package private) long[] unpackSizes
      Unpacked size of each unpacked stream.
    • Constructor Summary

      Constructors 
      Constructor Description
      SubStreamsInfo​(int totalUnpackStreams)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • unpackSizes

        final long[] unpackSizes
        Unpacked size of each unpacked stream.
      • hasCrc

        final java.util.BitSet hasCrc
        Whether CRC is present for each unpacked stream.
      • crcs

        final long[] crcs
        CRCs of unpacked streams, if present.
    • Constructor Detail

      • SubStreamsInfo

        SubStreamsInfo​(int totalUnpackStreams)