public class DeflateDecompressorBase.Inflate
extends java.lang.Object
implements org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>
Constructor and Description |
---|
Inflate(java.util.zip.Inflater inflater,
boolean noPostProcessing,
org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString> afterInflate) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterBytesRead(byte[] buffer,
int offset,
int length) |
boolean |
canWorkWithPartialData() |
org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<org.apache.pekko.util.ByteString> |
parse(org.apache.pekko.stream.impl.io.ByteStringParser.ByteReader reader) |
public Inflate(java.util.zip.Inflater inflater, boolean noPostProcessing, org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString> afterInflate)
protected void afterBytesRead(byte[] buffer, int offset, int length)
public boolean canWorkWithPartialData()
canWorkWithPartialData
in interface org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>
public org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<org.apache.pekko.util.ByteString> parse(org.apache.pekko.stream.impl.io.ByteStringParser.ByteReader reader)
parse
in interface org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>