public class LzoCompressorInputStream extends org.apache.commons.compress.compressors.CompressorInputStream
| Constructor and Description |
|---|
LzoCompressorInputStream(InputStream in,
LzoAlgorithm algorithm) |
LzoCompressorInputStream(InputStream in,
LzoDecompressor decompressor) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
count, count, getBytesRead, getCount, pushedBackBytesavailable, close, mark, markSupported, read, read, reset, skippublic LzoCompressorInputStream(@Nonnull InputStream in, @Nonnull LzoDecompressor decompressor)
public LzoCompressorInputStream(@Nonnull InputStream in, @Nonnull LzoAlgorithm algorithm)
public int read() throws IOException
read in class InputStreamIOException