Package org.apache.pekko.remote
Class ByteStringUtils$
- java.lang.Object
-
- org.apache.pekko.remote.ByteStringUtils$
-
public class ByteStringUtils$ extends java.lang.ObjectINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ByteStringUtils$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ByteStringUtils$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.protobufv3.internal.ByteStringtoProtoByteStringUnsafe(byte[] bytes)org.apache.pekko.protobufv3.internal.ByteStringtoProtoByteStringUnsafe(ByteString bytes)
-
-
-
Field Detail
-
MODULE$
public static final ByteStringUtils$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toProtoByteStringUnsafe
public org.apache.pekko.protobufv3.internal.ByteString toProtoByteStringUnsafe(ByteString bytes)
-
toProtoByteStringUnsafe
public org.apache.pekko.protobufv3.internal.ByteString toProtoByteStringUnsafe(byte[] bytes)
-
-