ProtoBuf: ByteString和String转换

 ByteString bs=ByteString.copyFrom("hi".getBytes());
		
System.out.println(bs.toStringUtf8());

你可能感兴趣的:(ProtoBuf)