public abstract class DeflateDecompressorBase.DecompressorParsingLogic.Inflate extends java.lang.Object implements ByteStringParser.ParseStep<ByteString>
Constructor and Description |
---|
Inflate(boolean noPostProcessing) |
Modifier and Type | Method and Description |
---|---|
boolean |
canWorkWithPartialData()
Must return true when NeedMoreData will clean buffer.
|
ByteStringParser.ParseResult<ByteString> |
parse(ByteStringParser.ByteReader reader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onTruncation
public boolean canWorkWithPartialData()
ByteStringParser.ParseStep
canWorkWithPartialData
in interface ByteStringParser.ParseStep<ByteString>
public ByteStringParser.ParseResult<ByteString> parse(ByteStringParser.ByteReader reader)
parse
in interface ByteStringParser.ParseStep<ByteString>