Class DeflateDecompressorBase.Inflate
java.lang.Object
org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase.Inflate
- All Implemented Interfaces:
- org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>
- Enclosing class:
- DeflateDecompressorBase
public class DeflateDecompressorBase.Inflate
extends Object
implements org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidafterBytesRead(byte[] buffer, int offset, int length) booleanorg.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<org.apache.pekko.util.ByteString>parse(org.apache.pekko.stream.impl.io.ByteStringParser.ByteReader reader) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.impl.io.ByteStringParser.ParseSteponTruncation
- 
Constructor Details- 
Inflatepublic Inflate(Inflater inflater, boolean noPostProcessing, org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString> afterInflate) 
 
- 
- 
Method Details- 
afterBytesReadprotected void afterBytesRead(byte[] buffer, int offset, int length) 
- 
canWorkWithPartialDatapublic boolean canWorkWithPartialData()- Specified by:
- canWorkWithPartialDatain interface- org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>
 
- 
parsepublic org.apache.pekko.stream.impl.io.ByteStringParser.ParseResult<org.apache.pekko.util.ByteString> parse(org.apache.pekko.stream.impl.io.ByteStringParser.ByteReader reader) - Specified by:
- parsein interface- org.apache.pekko.stream.impl.io.ByteStringParser.ParseStep<org.apache.pekko.util.ByteString>
 
 
-