org.apache.commons.compress.compressors.z
public class ZCompressorInputStream extends InternalLZWInputStream
bitsCached, bitsCachedSize, characters, clearCode, codeSize, in, prefixes, previousCode, tableSize| Constructor and Description |
|---|
ZCompressorInputStream(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
addEntry(int previousCode,
byte character)
Add a new entry to the dictionary.
|
protected int |
decompressNextSymbol()
Read the next code and expand it.
|
protected int |
readNextCode()
Reads the next code from the stream.
|
addEntry, addRepeatOfPreviousCode, close, expandCodeToOutputStack, initializeTables, read, read, setClearCodecount, count, getBytesRead, getCount, pushedBackBytesavailable, mark, markSupported, read, reset, skippublic ZCompressorInputStream(InputStream inputStream) throws IOException
IOExceptionprotected int readNextCode()
throws IOException
This method is only protected for technical reasons and is not part of Commons Compress' published API. It may change or disappear without warning.
readNextCode in class InternalLZWInputStreamIOExceptionprotected int addEntry(int previousCode,
byte character)
throws IOException
This method is only protected for technical reasons and is not part of Commons Compress' published API. It may change or disappear without warning.
addEntry in class InternalLZWInputStreamIOExceptionprotected int decompressNextSymbol()
throws IOException
This method is only protected for technical reasons and is not part of Commons Compress' published API. It may change or disappear without warning.
decompressNextSymbol in class InternalLZWInputStreamIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.