public class Utf8Encoder$
extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString>>
INTERNAL API
Modifier and Type | Field and Description |
---|---|
static Utf8Encoder$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Utf8Encoder$() |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> |
byteStringOut() |
org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) |
org.apache.pekko.stream.Attributes |
initialAttributes() |
long |
lowerNBitsSet(int n) |
org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString> |
shape() |
org.apache.pekko.stream.Inlet<java.lang.String> |
stringIn() |
int |
SurrogateHighMask() |
int |
SurrogateLowMask() |
java.lang.String |
toString() |
long |
Utf8OneByteLimit() |
long |
Utf8ThreeByteLimit() |
long |
Utf8TwoByteLimit() |
createLogicAndMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes
public static final Utf8Encoder$ MODULE$
public int SurrogateHighMask()
public int SurrogateLowMask()
public long Utf8OneByteLimit()
public long Utf8TwoByteLimit()
public long Utf8ThreeByteLimit()
public long lowerNBitsSet(int n)
public org.apache.pekko.stream.Inlet<java.lang.String> stringIn()
public org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> byteStringOut()
public org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString> shape()
public org.apache.pekko.stream.Attributes initialAttributes()
initialAttributes
in class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString>,org.apache.pekko.NotUsed>
public org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
createLogic
in class org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<java.lang.String,org.apache.pekko.util.ByteString>>
public java.lang.String toString()
toString
in class java.lang.Object