public abstract class TextDecoder extends Object implements Type.Codec.Decoder
| Constructor and Description |
|---|
TextDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
decode(Type type,
Short typeLength,
Integer typeModifier,
CharSequence buffer,
Context context) |
Object |
decode(Type type,
Short typeLength,
Integer typeModifier,
Object buffer,
Context context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputPrimitiveType, getOutputTypeprotected abstract Object decode(Type type, Short typeLength, Integer typeModifier, CharSequence buffer, Context context) throws IOException
IOExceptionpublic Object decode(Type type, Short typeLength, Integer typeModifier, Object buffer, Context context) throws IOException
decode in interface Type.Codec.DecoderIOExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.