RawValue¶
-
public class
RawValueimplements Value¶ A
Valuecontaining aByteBuffer.
Constructors¶
RawValue¶
-
public
RawValue(ByteBuffer buf)¶ Creates a RawValue containing a
ByteBuffer.Parameters: - buf – the bytes buffer.
Methods¶
encode¶
-
public ByteBuffer
encode()¶
getBuffer¶
-
public ByteBuffer
getBuffer()¶ Returns the
ByteBufferfrom this RawValueReturns: the bytes buffer.