Interface | Description |
---|---|
InflaterInputStreamFactory<T extends InputStream> |
Creates a new instance of a certain subclass of
InflaterInputStream . |
Class | Description |
---|---|
Bzip2InputStreamFactory |
Factory for Bzip2 decompressors.
|
DeflateInflaterInputStreamFactory |
Factory for input streams that decompress the "deflate" compression format.
|
GzipInflaterInputStreamFactory |
Factory for input streams that decompress the GZIP compression format.
|
XZInputStreamFactory |
Factory for XZ decompressors.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.