[protobuf] How to store binary file data in structure?

2017-04-10 Thread revanth rao
down votefavorite Hi all, I have a file shown below(Material.dat) which is binary file , I want to read data from the file and put in the structure(Header) for that I have used GetRecord() function. HAN

Re: [protobuf] How to store binary file data in structure?

2017-04-14 Thread 'Adam Cozzette' via Protocol Buffers
What does Material.dat contain? Is it a single protocol buffer or a series of protocol buffers? On Mon, Apr 10, 2017 at 11:38 PM, revanth rao wrote: > down votefavorite > > > Hi all, > > I have a file shown