コード例 #1
0
ファイル: ProtobufUtil.java プロジェクト: xiefan46/mom
 public static ProtoMessage.Message decode(byte[] body) throws InvalidProtocolBufferException {
   return ProtoMessage.Message.parseFrom(body);
 }