You need a .proto file to parse protobuf messages because otherwise you won't be able to know what's in the data file.
On Wed, Feb 5, 2014 at 6:49 PM, Vijay Miriyala <[email protected]>wrote: > I am new to ProtoBuff file formats. I received a zip file which contains > .pb file. I do not have .proto file. Is there a way to read the contents of > the .pbp file in Java using the libraries? > > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
