static GzipCompressorInputStream.Builder |
GzipCompressorInputStream.builder() |
|
GzipCompressorInputStream.Builder |
GzipCompressorInputStream.Builder.setDecompressConcatenated(boolean decompressConcatenated) |
Sets whether we should allow decompressing multiple members.
|
GzipCompressorInputStream.Builder |
GzipCompressorInputStream.Builder.setFileNameCharset(java.nio.charset.Charset fileNameCharset) |
Sets the Charset to use for writing file names and comments, where null maps to GzipUtils.GZIP_ENCODING.
|
GzipCompressorInputStream.Builder |
GzipCompressorInputStream.Builder.setOnMemberEnd(org.apache.commons.io.function.IOConsumer<GzipCompressorInputStream> onMemberEnd) |
Sets the consumer called when a member trailer is parsed.
|
GzipCompressorInputStream.Builder |
GzipCompressorInputStream.Builder.setOnMemberStart(org.apache.commons.io.function.IOConsumer<GzipCompressorInputStream> onMemberStart) |
Sets the consumer called when a member header is parsed.
|