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, wait
getInputPrimitiveType, getOutputType
protected abstract Object decode(Type type, Short typeLength, Integer typeModifier, CharSequence buffer, Context context) throws IOException
IOException
public Object decode(Type type, Short typeLength, Integer typeModifier, Object buffer, Context context) throws IOException
decode
in interface Type.Codec.Decoder
IOException
Copyright © 2013–2017 impossibl.com. All rights reserved.