Class ArchiveStreamReader.ArchiveFile

java.lang.Object
com.yahoo.compress.ArchiveStreamReader.ArchiveFile
Enclosing class:
ArchiveStreamReader

public static class ArchiveStreamReader.ArchiveFile extends Object
Information about a file extracted from a compressed archive
  • Constructor Details

  • Method Details

    • path

      public Path path()
      The path of this file inside its containing archive
    • crc32

      public OptionalLong crc32()
      The CRC-32 checksum of this file, if any
    • size

      public long size()
      The decompressed size of this file