Uses of Class
kala.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 kala.compress.compressors.gzip
Fields in kala.compress.compressors.gzip with type parameters of type ExtraField.SubFieldMethods in kala.compress.compressors.gzip that return ExtraField.SubFieldModifier and TypeMethodDescriptionExtraField.getSubFieldAt(int index) Gets the subfield at the given index.Methods in kala.compress.compressors.gzip that return types with arguments of type ExtraField.SubFieldModifier and TypeMethodDescriptionExtraField.iterator()Returns an iterator over the SubField elements in this extra field in proper sequence.