Package io.objectbox.flatbuffers
Class FlexBuffers.Unsigned
java.lang.Object
io.objectbox.flatbuffers.FlexBuffers.Unsigned
- Enclosing class:
FlexBuffers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static intbyteToUnsignedInt(byte x) (package private) static longintToUnsignedLong(int x) (package private) static intshortToUnsignedInt(short x)
-
Constructor Details
-
Unsigned
Unsigned()
-
-
Method Details
-
byteToUnsignedInt
static int byteToUnsignedInt(byte x) -
shortToUnsignedInt
static int shortToUnsignedInt(short x) -
intToUnsignedLong
static long intToUnsignedLong(int x)
-