public static class Unknowns.BinDecoder extends BinaryDecoder
Constructor and Description |
---|
Unknowns.BinDecoder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(Type type,
Short typeLength,
Integer typeModifier,
io.netty.buffer.ByteBuf buffer,
Context context) |
PrimitiveType |
getInputPrimitiveType() |
Class<?> |
getOutputType() |
decode
public PrimitiveType getInputPrimitiveType()
getInputPrimitiveType
in interface Type.Codec.Decoder
public Class<?> getOutputType()
public byte[] decode(Type type, Short typeLength, Integer typeModifier, io.netty.buffer.ByteBuf buffer, Context context) throws IOException
decode
in class BinaryDecoder
IOException
Copyright © 2013-2015 impossibl.com. All Rights Reserved.