108109110111112113114
} public PBDeserializer(byte[] thePBBytesParm) { theCodedInputStream = new CodedInputStream(new BufferInputStream(thePBBytesParm)); }