mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 12:02:40 +00:00
Unsigned types in Java now return bigger size signed types.
(Java doesn't support unsigned types). ubyte/ushort return as int uint returns as long (all with correct masking) ulong still returns as long, as before. Tested: on Linux & Windows. Bug 17521464 Change-Id: Id6bc8f38fc8c1a2f4e6733c6980dc6b6e322b452
This commit is contained in:
@@ -24,6 +24,7 @@ struct Vec3 (force_align: 16) {
|
||||
table Stat {
|
||||
id:string;
|
||||
val:long;
|
||||
count:ushort;
|
||||
}
|
||||
|
||||
table Monster {
|
||||
|
||||
Reference in New Issue
Block a user