Uses of Class
org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
Packages that use GzipCompressorInputStream Package Description org.apache.commons.compress.compressors.gzip Provides stream classes for compressing and decompressing streams using the GZip algorithm. -
-
Uses of GzipCompressorInputStream in org.apache.commons.compress.compressors.gzip
Methods in org.apache.commons.compress.compressors.gzip that return GzipCompressorInputStream Modifier and Type Method Description GzipCompressorInputStreamGzipCompressorInputStream.Builder. get()Builds a newGzipCompressorInputStream.Method parameters in org.apache.commons.compress.compressors.gzip with type arguments of type GzipCompressorInputStream Modifier and Type Method Description GzipCompressorInputStream.BuilderGzipCompressorInputStream.Builder. setOnMemberEnd(org.apache.commons.io.function.IOConsumer<GzipCompressorInputStream> onMemberEnd)Sets the consumer called when a member trailer is parsed.GzipCompressorInputStream.BuilderGzipCompressorInputStream.Builder. setOnMemberStart(org.apache.commons.io.function.IOConsumer<GzipCompressorInputStream> onMemberStart)Sets the consumer called when a member header is parsed.
-