Class DeflateDecompressorBase.Inflate

java.lang.Object
akka.http.scaladsl.coding.DeflateDecompressorBase.Inflate
All Implemented Interfaces:
akka.stream.impl.io.ByteStringParser.ParseStep<akka.util.ByteString>
Enclosing class:
DeflateDecompressorBase

public class DeflateDecompressorBase.Inflate extends Object implements akka.stream.impl.io.ByteStringParser.ParseStep<akka.util.ByteString>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Inflate(Inflater inflater, boolean noPostProcessing, akka.stream.impl.io.ByteStringParser.ParseStep<akka.util.ByteString> afterInflate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    afterBytesRead(byte[] buffer, int offset, int length)
     
    boolean
     
    akka.stream.impl.io.ByteStringParser.ParseResult<akka.util.ByteString>
    parse(akka.stream.impl.io.ByteStringParser.ByteReader reader)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface akka.stream.impl.io.ByteStringParser.ParseStep

    onTruncation
  • Constructor Details

    • Inflate

      public Inflate(Inflater inflater, boolean noPostProcessing, akka.stream.impl.io.ByteStringParser.ParseStep<akka.util.ByteString> afterInflate)
  • Method Details

    • afterBytesRead

      protected void afterBytesRead(byte[] buffer, int offset, int length)
    • canWorkWithPartialData

      public boolean canWorkWithPartialData()
      Specified by:
      canWorkWithPartialData in interface akka.stream.impl.io.ByteStringParser.ParseStep<akka.util.ByteString>
    • parse

      public akka.stream.impl.io.ByteStringParser.ParseResult<akka.util.ByteString> parse(akka.stream.impl.io.ByteStringParser.ByteReader reader)
      Specified by:
      parse in interface akka.stream.impl.io.ByteStringParser.ParseStep<akka.util.ByteString>