Class ByteStringUtils


  • public class ByteStringUtils
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteStringUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.pekko.protobufv3.internal.ByteString toProtoByteStringUnsafe​(byte[] bytes)  
      static org.apache.pekko.protobufv3.internal.ByteString toProtoByteStringUnsafe​(ByteString bytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteStringUtils

        public ByteStringUtils()
    • Method Detail

      • toProtoByteStringUnsafe

        public static org.apache.pekko.protobufv3.internal.ByteString toProtoByteStringUnsafe​(ByteString bytes)
      • toProtoByteStringUnsafe

        public static org.apache.pekko.protobufv3.internal.ByteString toProtoByteStringUnsafe​(byte[] bytes)