|
|||||||||||
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.LengthDecoder
A BER TLV Length component decoder. This decoder delivers a Length instance to its callback. For efficiency the same Length object is reused. Callback implementations should not copy the handle to the Length object delivered but should copy the data if they need it over the long term.
Field Summary | |
private Length |
length
the Length component decoded from a BER TLV Tuple |
Fields inherited from class org.apache.asn1.codec.stateful.AbstractStatefulDecoder |
|
Constructor Summary | |
LengthDecoder()
|
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 Length length
Constructor Detail |
public LengthDecoder()
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 |