mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 22:21:36 +00:00
Update Constants.java
This commit is contained in:
@@ -34,7 +34,7 @@ public class Constants {
|
|||||||
/** The number of bytes in an `long`. */
|
/** The number of bytes in an `long`. */
|
||||||
static final int SIZEOF_LONG = 8;
|
static final int SIZEOF_LONG = 8;
|
||||||
/** The number of bytes in an `double`. */
|
/** The number of bytes in an `double`. */
|
||||||
static final int SIZEOF_DOUBLE = 4;
|
static final int SIZEOF_DOUBLE = 8;
|
||||||
/** The number of bytes in a file identifier. */
|
/** The number of bytes in a file identifier. */
|
||||||
static final int FILE_IDENTIFIER_LENGTH = 4;
|
static final int FILE_IDENTIFIER_LENGTH = 4;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user