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