public class GzipDecompressor extends DeflateDecompressorBase
DeflateDecompressorBase.DecompressorParsingLogic
ByteStringParser.ByteReader, ByteStringParser.FinishedParser$, ByteStringParser.ParseResult<T>, ByteStringParser.ParseResult$, ByteStringParser.ParseStep<T>, ByteStringParser.ParsingException, ByteStringParser.ParsingLogic
Constructor and Description |
---|
GzipDecompressor(int maxBytesPerChunk) |
Modifier and Type | Method and Description |
---|---|
static Graph<S,M> |
addAttributes(Attributes attr) |
static Graph<S,M> |
async() |
DeflateDecompressorBase.DecompressorParsingLogic |
createLogic(Attributes attr) |
static scala.Tuple2<GraphStageLogic,NotUsed> |
createLogicAndMaterializedValue(Attributes inheritedAttributes) |
static ByteString |
Header() |
static Attributes |
initialAttributes() |
static StreamLayout.Module |
module() |
static Graph<S,M> |
named(java.lang.String name) |
static FlowShape<ByteString,T> |
shape() |
static Graph<S,M> |
withAttributes(Attributes attr) |
CompactionThreshold, initialAttributes, NeedMoreData, shape
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public static ByteString Header()
public static Graph<S,M> named(java.lang.String name)
public static Graph<S,M> async()
public static Graph<S,M> addAttributes(Attributes attr)
public static final StreamLayout.Module module()
public static final Graph<S,M> withAttributes(Attributes attr)
public static final scala.Tuple2<GraphStageLogic,NotUsed> createLogicAndMaterializedValue(Attributes inheritedAttributes)
public static Attributes initialAttributes()
public static final FlowShape<ByteString,T> shape()
public DeflateDecompressorBase.DecompressorParsingLogic createLogic(Attributes attr)
createLogic
in class DeflateDecompressorBase