Package com.google.flatbuffers
Class Constants
- java.lang.Object
-
- com.google.flatbuffers.Constants
-
public class Constants extends java.lang.Object
Class that holds shared constants
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZE_PREFIX_LENGTH
The number of bytes in a size prefix.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SIZE_PREFIX_LENGTH
public static final int SIZE_PREFIX_LENGTH
The number of bytes in a size prefix.- See Also:
- Constant Field Values
-
-