Package io.deephaven.sbe.standalone.gen
Class VarDataEncodingDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.VarDataEncodingDecoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendTo
(StringBuilder builder) org.agrona.DirectBuffer
buffer()
int
long
length()
static int
static int
static long
static long
static long
static int
int
offset()
toString()
static int
static int
static short
static short
static short
static int
wrap
(org.agrona.DirectBuffer buffer, int offset)
-
Field Details
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH- See Also:
-
BYTE_ORDER
-
-
Constructor Details
-
VarDataEncodingDecoder
public VarDataEncodingDecoder()
-
-
Method Details
-
wrap
-
buffer
public org.agrona.DirectBuffer buffer() -
offset
public int offset() -
encodedLength
public int encodedLength() -
lengthEncodingOffset
public static int lengthEncodingOffset() -
lengthEncodingLength
public static int lengthEncodingLength() -
lengthSinceVersion
public static int lengthSinceVersion() -
lengthNullValue
public static long lengthNullValue() -
lengthMinValue
public static long lengthMinValue() -
lengthMaxValue
public static long lengthMaxValue() -
length
public long length() -
varDataEncodingOffset
public static int varDataEncodingOffset() -
varDataEncodingLength
public static int varDataEncodingLength() -
varDataSinceVersion
public static int varDataSinceVersion() -
varDataNullValue
public static short varDataNullValue() -
varDataMinValue
public static short varDataMinValue() -
varDataMaxValue
public static short varDataMaxValue() -
toString
-
appendTo
-