public static interface Type.Codec.Decoder
Modifier and Type | Method and Description |
---|---|
Object |
decode(Type type,
Short typeLength,
Integer typeModifier,
Object buffer,
Context context) |
PrimitiveType |
getInputPrimitiveType() |
Class<?> |
getOutputType() |
PrimitiveType getInputPrimitiveType()
Class<?> getOutputType()
Object decode(Type type, Short typeLength, Integer typeModifier, Object buffer, Context context) throws IOException
IOException
Copyright © 2013–2017 impossibl.com. All rights reserved.