|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.asn1.ber.BERDecoderCallbackAdapter
public class BERDecoderCallbackAdapter
A do nothing callback adapter.
| Constructor Summary | |
|---|---|
BERDecoderCallbackAdapter()
|
|
| Method Summary | |
|---|---|
void |
decodeOccurred(org.apache.asn1.codec.stateful.StatefulDecoder decoder,
java.lang.Object decoded)
|
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BERDecoderCallbackAdapter()
| Method Detail |
|---|
public void tagDecoded(Tuple tlv)
BERDecoderCallback
tagDecoded in interface BERDecoderCallbacktlv - the TLV tuplepublic void lengthDecoded(Tuple tlv)
BERDecoderCallback
lengthDecoded in interface BERDecoderCallbacktlv - the TLV tuplepublic void partialValueDecoded(Tuple tlv)
BERDecoderCallback
partialValueDecoded in interface BERDecoderCallbacktlv - the TLV tuple
public void decodeOccurred(org.apache.asn1.codec.stateful.StatefulDecoder decoder,
java.lang.Object decoded)
decodeOccurred in interface org.apache.asn1.codec.stateful.DecoderCallback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||