Class GzipHeader

java.lang.Object
uk.co.paulbenn.gzip.GzipHeader

public class GzipHeader extends Object
  • Field Details

  • Constructor Details

    • GzipHeader

      public GzipHeader()
    • GzipHeader

      public GzipHeader(byte[] gzipHeader)
  • Method Details

    • getMinLength

      public int getMinLength()
    • getID1

      public byte getID1()
    • getID2

      public byte getID2()
    • getMagic

      public byte[] getMagic()
    • getCM

      public byte getCM()
    • getCompressionMethod

      public CompressionMethod getCompressionMethod()
    • getFLG

      public byte getFLG()
    • getFlags

      public GzipHeader.Flags getFlags()
    • getMTIME

      public byte[] getMTIME()
    • getModificationTime

      public Instant getModificationTime()
    • getXFL

      public byte getXFL()
    • getOS

      public byte getOS()
    • getOperatingSystem

      public OperatingSystem getOperatingSystem()
    • toString

      public String toString()
      Overrides:
      toString in class Object