Abstract interface for parsing Protocol Messages.
The implementation should be stateless and thread-safe.
All methods may throw InvalidProtocolBufferException. In the event of invalid data, like an encoding error, the cause of the thrown exception will be
. However, if an I/O problem occurs, an exception is thrown with an java.io.IOException cause.
Definition at line 47 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java.