Class VarDataUTF8Decoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.VarDataUTF8Decoder
-
@Generated("org.deeplearning4j.ui.stats.sbe.VarDataUTF8Decoder") public class VarDataUTF8Decoder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description VarDataUTF8Decoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappendTo(StringBuilder builder)intencodedLength()longlength()static longlengthMaxValue()static longlengthMinValue()static longlengthNullValue()StringtoString()static shortvarDataMaxValue()static shortvarDataMinValue()static shortvarDataNullValue()VarDataUTF8Decoderwrap(org.agrona.DirectBuffer buffer, int offset)
-
-
-
Field Detail
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrap
public VarDataUTF8Decoder wrap(org.agrona.DirectBuffer buffer, int offset)
-
encodedLength
public int encodedLength()
-
lengthNullValue
public static long lengthNullValue()
-
lengthMinValue
public static long lengthMinValue()
-
lengthMaxValue
public static long lengthMaxValue()
-
length
public long length()
-
varDataNullValue
public static short varDataNullValue()
-
varDataMinValue
public static short varDataMinValue()
-
varDataMaxValue
public static short varDataMaxValue()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-