Parses an existing byte array into this object

C# |
public virtual int parse( PDMDeserializer deser, byte[] ba, int pos )

- deser (PDMDeserializer)
- the PDMDeserializer to use
- ba (array< Byte >[]()[])
- the byte array to parse
- pos (Int32)
- the position to start parsing in the byte array

the updated position after parsing this object