|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for ADU factory, that produces appropriate ADU from byte array.
Method Summary | |
Adu |
parse(byte[] data)
Parse received byte array into an ADU. |
Adu |
parse(byte[] data,
int offset,
int length)
Parse part of the received byte array into an ADU. |
Method Detail |
public Adu parse(byte[] data) throws ParsingException
ParsingException
public Adu parse(byte[] data, int offset, int length) throws ParsingException
ParsingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |