Class BinaryDtoNullFieldTool
java.lang.Object
io.datarouter.bytes.binarydto.internal.BinaryDtoNullFieldTool
public class BinaryDtoNullFieldTool extends Object
-
Field Summary
Fields Modifier and Type Field Description static byteNULL_INDICATOR_FALSEstatic byte[]NULL_INDICATOR_FALSE_ARRAYstatic intNULL_INDICATOR_LENGTHstatic byteNULL_INDICATOR_TRUEstatic byte[]NULL_INDICATOR_TRUE_ARRAY -
Constructor Summary
Constructors Constructor Description BinaryDtoNullFieldTool() -
Method Summary
Modifier and Type Method Description static booleandecodeNullIndicator(byte value)
-
Field Details
-
NULL_INDICATOR_LENGTH
public static final int NULL_INDICATOR_LENGTH- See Also:
- Constant Field Values
-
NULL_INDICATOR_TRUE
public static final byte NULL_INDICATOR_TRUE- See Also:
- Constant Field Values
-
NULL_INDICATOR_TRUE_ARRAY
public static final byte[] NULL_INDICATOR_TRUE_ARRAY -
NULL_INDICATOR_FALSE
public static final byte NULL_INDICATOR_FALSE- See Also:
- Constant Field Values
-
NULL_INDICATOR_FALSE_ARRAY
public static final byte[] NULL_INDICATOR_FALSE_ARRAY
-
-
Constructor Details
-
BinaryDtoNullFieldTool
public BinaryDtoNullFieldTool()
-
-
Method Details
-
decodeNullIndicator
public static boolean decodeNullIndicator(byte value)
-