Package org.apache.pekko.util
Class ByteString.ByteStrings$
java.lang.Object
org.apache.pekko.util.ByteString.ByteStrings$
- All Implemented Interfaces:
Serializable,ByteString.Companion
- Enclosing class:
- ByteString
public static class ByteString.ByteStrings$
extends Object
implements ByteString.Companion, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteString.ByteStrings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.collection.immutable.Vector<ByteString.ByteString1> bytestrings) apply(scala.collection.immutable.Vector<ByteString.ByteString1> bytestrings, int length) intcompare(ByteString b1, ByteString b2) byte
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ByteStrings$
public ByteStrings$()
-
-
Method Details
-
apply
-
apply
public ByteString apply(scala.collection.immutable.Vector<ByteString.ByteString1> bytestrings, int length) -
apply
-
apply
-
apply
-
apply
-
compare
-
SerializationIdentity
public byte SerializationIdentity()- Specified by:
SerializationIdentityin interfaceByteString.Companion
-
readFromInputStream
- Specified by:
readFromInputStreamin interfaceByteString.Companion
-