public interface CompressorWithConcatenatedStreamsFactory extends CompressorStreamFactory
Modifier and Type | Method and Description |
---|---|
org.apache.commons.compress.compressors.CompressorInputStream |
getCompressorStream(java.io.InputStream stream,
boolean decompressConcatenated) |
getCompressorStream, getCompressorStream
org.apache.commons.compress.compressors.CompressorInputStream getCompressorStream(java.io.InputStream stream, boolean decompressConcatenated) throws java.io.IOException
stream
- the stream to read from, should be buffereddecompressConcatenated
- if true, decompress until the end of the
input; if false, stop after the first
streamjava.io.IOException