Package uk.co.paulbenn.gzip
Class GzipHeader
java.lang.Object
uk.co.paulbenn.gzip.GzipHeader
-
Field Details
-
MIN_LENGTH
public static final int MIN_LENGTH- See Also:
-
-
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
-
getFLG
public byte getFLG() -
getFlags
-
getMTIME
public byte[] getMTIME() -
getModificationTime
-
getXFL
public byte getXFL() -
getOS
public byte getOS() -
getOperatingSystem
-
toString
-