|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.codec.stateful.AbstractStatefulDecoder
org.apache.asn1.ber.TagDecoder
public class TagDecoder
A BER TLV Tag component decoder. This decoder delivers a Tag instance to its callback. For efficiency the same Tag object is reused. Callback implementations should not copy the handle to the Tag object delivered but should copy the data if they need it over the long term.
Field Summary | |
---|---|
private Tag |
tag
|
Constructor Summary | |
---|---|
TagDecoder()
|
Method Summary | |
---|---|
void |
decode(java.lang.Object encoded)
|
Methods inherited from class org.apache.asn1.codec.stateful.AbstractStatefulDecoder |
---|
decodeOccurred, getDecoderMonitor, setCallback, setDecoderMonitor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final Tag tag
Constructor Detail |
---|
public TagDecoder()
Method Detail |
---|
public void decode(java.lang.Object encoded) throws org.apache.asn1.codec.DecoderException
org.apache.asn1.codec.DecoderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |