Value.Decoder¶
-
public interface
Decoder¶ Interface of a Value decoder, able to transform a
ByteBufferinto a Value.
Methods¶
decode¶
-
public Value
decode(ByteBuffer buf)¶ Decode a Value that is encoded in a
ByteBuffer.Parameters: - buf – the ByteBuffer containing the encoded Value.
Returns: the Value.