public class HexDecoder extends AbstractStatefulDecoder
| Constructor and Description |
|---|
HexDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(Object chunk)
Decodes a piece of encoded data.
|
decodeOccurred, getDecoderMonitor, setCallback, setDecoderMonitorpublic void decode(Object chunk) throws DecoderException
StatefulDecoderchunk - an object representing a piece of encoded dataDecoderException - if the encoded element can't be decodedCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.