[protobuf] Dealing with Corrupted Protocol Buffers

2011-01-20 Thread julius-schorzman
Hi all -- I have a system that has a large number of read and writes that is storing messages as protocol buffers. All was working well, until I recently started noticing some corrupt (I'm assuming they're corrupt at least) protocol buffers. This is giving me some exceptions like this: com.goog

Re: [protobuf] Dealing with Corrupted Protocol Buffers

2011-01-20 Thread Julius Schorzman
Thanks for the tip on CodedInputStream Evan! I will explore it and if I get anything out of it will report back my findings for anyone else dealing with this issue. On Thu, Jan 20, 2011 at 6:27 PM, Evan Jones wrote: > On Jan 20, 2011, at 2:48 , julius-schorzman wrote: >> >>