|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A specialized decoder callback that handles specific BER events.
Method Summary | |
void |
lengthDecoded(Tuple tlv)
Method used to receive notification that a length was decoded. |
void |
partialValueDecoded(Tuple tlv)
Method used to recieve notification that a part of the value was decoded. |
void |
tagDecoded(Tuple tlv)
Method used to receive notification that a tag was decoded. |
Methods inherited from interface org.apache.asn1.codec.stateful.DecoderCallback |
decodeOccurred |
Method Detail |
public void tagDecoded(Tuple tlv)
tlv
- the TLV tuplepublic void lengthDecoded(Tuple tlv)
tlv
- the TLV tuplepublic void partialValueDecoded(Tuple tlv)
tlv
- the TLV tuple
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |