public class Utf8Encoder$
extends akka.stream.stage.GraphStage<akka.stream.FlowShape<java.lang.String,akka.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 |
---|---|
akka.stream.Outlet<akka.util.ByteString> |
byteStringOut() |
akka.stream.stage.GraphStageLogic |
createLogic(akka.stream.Attributes inheritedAttributes) |
akka.stream.Attributes |
initialAttributes() |
long |
lowerNBitsSet(int n) |
akka.stream.FlowShape<java.lang.String,akka.util.ByteString> |
shape() |
akka.stream.Inlet<java.lang.String> |
stringIn() |
int |
SurrogateHighMask() |
int |
SurrogateLowMask() |
java.lang.String |
toString() |
long |
Utf8OneByteLimit() |
long |
Utf8ThreeByteLimit() |
long |
Utf8TwoByteLimit() |
addAttributes, async, module, named, 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 akka.stream.Inlet<java.lang.String> stringIn()
public akka.stream.Outlet<akka.util.ByteString> byteStringOut()
public akka.stream.FlowShape<java.lang.String,akka.util.ByteString> shape()
public akka.stream.Attributes initialAttributes()
initialAttributes
in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<java.lang.String,akka.util.ByteString>,akka.NotUsed>
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
createLogic
in class akka.stream.stage.GraphStage<akka.stream.FlowShape<java.lang.String,akka.util.ByteString>>
public java.lang.String toString()
toString
in class java.lang.Object