|
||||||||||
| 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.examples.HexEncoder
public class HexEncoder
Document me.
| Constructor Summary | |
|---|---|
HexEncoder()
|
|
| Method Summary | |
|---|---|
void |
encode(java.lang.Object obj)
Transforms a decoded ByteArray of binary data into a stream of ASCII hex characters. |
void |
setCallback(EncoderCallback cb)
Sets the callback of the underlying implementation. |
void |
setEncoderMonitor(EncoderMonitor monitor)
Sets the monitor of the underlying implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexEncoder()
| Method Detail |
|---|
public void encode(java.lang.Object obj)
throws EncoderException
encode in interface StatefulEncoderobj -
EncoderExceptionpublic void setCallback(EncoderCallback cb)
StatefulEncoder
setCallback in interface StatefulEncodercb - the callback to set on the underlying provider specific encoderpublic void setEncoderMonitor(EncoderMonitor monitor)
StatefulEncoder
setEncoderMonitor in interface StatefulEncodermonitor - the monitor to set on the underlying implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||