Class ExtraField.SubField
java.lang.Object
org.apache.commons.compress.compressors.gzip.ExtraField.SubField
- Enclosing class:
ExtraField
If the
FLG.FEXTRA
bit is set, an "extra field" is present in the header, with total length XLEN bytes. It consists of a series of subfields, each
of the form:
+---+---+---+---+==================================+ |SI1|SI2| LEN |... LEN bytes of subfield data ...| +---+---+---+---+==================================+
The reserved IDs are:
SI1 SI2 Data ---------- ---------- ---- 0x41 ('A') 0x70 ('P') Apollo file type information
Subfield IDs with SI2 = 0
are reserved for future use.
LEN gives the length of the subfield data, excluding the 4 initial bytes.
- See Also:
-
Method Summary