Uses of Class
org.apache.commons.compress.compressors.gzip.ExtraField.SubField
-
Packages that use ExtraField.SubField Package Description org.apache.commons.compress.compressors.gzip 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.SubField Modifier and Type Method Description ExtraField.SubFieldExtraField. findFirstSubField(java.lang.String id)Finds the first subfield that matched the id if found, null otherwise.ExtraField.SubFieldExtraField. 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.SubField Modifier and Type Method Description java.util.Iterator<ExtraField.SubField>ExtraField. iterator()Returns an unmodifiable iterator over the elements in the SubField list in proper sequence.
-