public class BinaryParser
extends java.lang.Object
Constructor and Description |
---|
BinaryParser() |
Modifier and Type | Method and Description |
---|---|
RawBinary |
parse(java.nio.ByteBuffer input,
RawBinary target)
Parses octet-array and returns RawBinary instance
|
public RawBinary parse(java.nio.ByteBuffer input, RawBinary target) throws ParseException
input
- binary messagetarget
- target containerParseException
- if unable to parse the octet array