Uses of Class
org.apache.commons.compress.compressors.gzip.ExtraField
Packages that use ExtraField
Package
Description
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
-
Uses of ExtraField in org.apache.commons.compress.compressors.gzip
Methods in org.apache.commons.compress.compressors.gzip that return ExtraFieldModifier and TypeMethodDescriptionExtraField.addSubField
(String id, byte[] payload) Append a subfield by a 2-chars ISO-8859-1 string.GzipParameters.getExtraField()
Gets the Extra subfields from the header.Methods in org.apache.commons.compress.compressors.gzip with parameters of type ExtraFieldModifier and TypeMethodDescriptionvoid
GzipParameters.setExtraField
(ExtraField extra) Sets the extra subfields.