|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.codec.stateful.AbstractStatefulDecoder
org.apache.directory.shared.asn1.codec.stateful.examples.HexDecoder
public class HexDecoder
Document me.
Constructor Summary | |
---|---|
HexDecoder()
|
Method Summary | |
---|---|
void |
decode(java.lang.Object chunk)
Decodes a piece of encoded data. |
Methods inherited from class org.apache.directory.shared.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 |
Constructor Detail |
---|
public HexDecoder()
Method Detail |
---|
public void decode(java.lang.Object chunk) throws DecoderException
StatefulDecoder
chunk
- an object representing a piece of encoded data
DecoderException
- if the encoded element can't be decoded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |