Package akka.remote
Class ByteStringUtils$
- java.lang.Object
-
- akka.remote.ByteStringUtils$
-
public class ByteStringUtils$ extends java.lang.Object
INTERNAL 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 akka.protobufv3.internal.ByteString
toProtoByteStringUnsafe(byte[] bytes)
akka.protobufv3.internal.ByteString
toProtoByteStringUnsafe(ByteString bytes)
-
-
-
Field Detail
-
MODULE$
public static final ByteStringUtils$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toProtoByteStringUnsafe
public akka.protobufv3.internal.ByteString toProtoByteStringUnsafe(ByteString bytes)
-
toProtoByteStringUnsafe
public akka.protobufv3.internal.ByteString toProtoByteStringUnsafe(byte[] bytes)
-
-