Uses of Class
org.apache.commons.compress.compressors.gzip.ExtraField.SubField
Packages that use ExtraField.SubField
Package
Description
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
-
Uses of ExtraField.SubField in org.apache.commons.compress.compressors.gzip
Methods in org.apache.commons.compress.compressors.gzip that return ExtraField.SubFieldModifier and TypeMethodDescriptionExtraField.findFirstSubField
(String id) Finds the first subfield that matched the id if found, null otherwise.ExtraField.getSubField
(int index) Gets the subfield at the given index.Methods in org.apache.commons.compress.compressors.gzip that return types with arguments of type ExtraField.SubFieldModifier and TypeMethodDescriptionExtraField.iterator()
Returns an unmodifiable iterator over the elements in the SubField list in proper sequence.