Uses of Class
org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream.Builder
Packages that use GzipCompressorInputStream.Builder
Package
Description
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
-
Uses of GzipCompressorInputStream.Builder in org.apache.commons.compress.compressors.gzip
Methods in org.apache.commons.compress.compressors.gzip that return GzipCompressorInputStream.BuilderModifier and TypeMethodDescriptionGzipCompressorInputStream.builder()
Constructs a new builder ofGzipCompressorInputStream
.GzipCompressorInputStream.Builder.setDecompressConcatenated
(boolean decompressConcatenated) Sets whether we should allow decompressing multiple members.GzipCompressorInputStream.Builder.setFileNameCharset
(Charset fileNameCharset) Sets the Charset to use for writing file names and comments, where null maps toGzipUtils.GZIP_ENCODING
.GzipCompressorInputStream.Builder.setOnMemberEnd
(IOConsumer<GzipCompressorInputStream> onMemberEnd) Sets the consumer called when a member trailer is parsed.GzipCompressorInputStream.Builder.setOnMemberStart
(IOConsumer<GzipCompressorInputStream> onMemberStart) Sets the consumer called when a member header is parsed.