public static interface FileBasedReader.DecompressingStreamFactory
InputStream.| Modifier and Type | Method and Description |
|---|---|
InputStream |
createInputStream(InputStream inputStream)
Create a decompressing
InputStream from an existing InputStream. |
InputStream createInputStream(InputStream inputStream) throws IOException
InputStream from an existing InputStream.inputStream - the existing streamIOException