|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BERDecoderCallback
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 |
|---|
void tagDecoded(Tuple tlv)
tlv - the TLV tuplevoid lengthDecoded(Tuple tlv)
tlv - the TLV tuplevoid partialValueDecoded(Tuple tlv)
tlv - the TLV tuple
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||