If you don't want to use the generated code that handles this for you
for some reason, you want to look at CodedInputStream
C++:
http://code.google.com/apis/protocolbuffers/docs/reference/cpp/google.protobuf.io.coded_stream.html
--
Evan Jones
http://evanjones.ca/
Hi,Is there a facility in protobuf library to retrieve data if the field numbers and wire types are known?