@Internal public class XZInputStreamFactory extends Object implements InflaterInputStreamFactory<org.apache.commons.compress.compressors.xz.XZCompressorInputStream>
| Constructor and Description |
|---|
XZInputStreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.compress.compressors.xz.XZCompressorInputStream |
create(InputStream in)
Creates a
InflaterInputStream that wraps the given input stream. |
Collection<String> |
getCommonFileExtensions()
Lists a collection of typical file extensions (e.g., "gz", "gzip") that are associated with the compression
algorithm in the
InflaterInputStream T. |
static XZInputStreamFactory |
getInstance() |
public static XZInputStreamFactory getInstance()
public org.apache.commons.compress.compressors.xz.XZCompressorInputStream create(InputStream in) throws IOException
InflaterInputStreamFactoryInflaterInputStream that wraps the given input stream.create in interface InflaterInputStreamFactory<org.apache.commons.compress.compressors.xz.XZCompressorInputStream>in - is the compressed input streamIOExceptionpublic Collection<String> getCommonFileExtensions()
InflaterInputStreamFactoryInflaterInputStream T.getCommonFileExtensions in interface InflaterInputStreamFactory<org.apache.commons.compress.compressors.xz.XZCompressorInputStream>Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.