mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-04 03:07:46 +00:00
FlatBuffers Version 2.0.8 (#7492)
This commit is contained in:
parent
b190ce11b0
commit
06c5c7ed0b
125 changed files with 198 additions and 180 deletions
|
|
@ -9,7 +9,7 @@ import com.google.flatbuffers.*;
|
|||
|
||||
@SuppressWarnings("unused")
|
||||
public final class ArrayTable extends Table {
|
||||
public static void ValidateVersion() { Constants.FLATBUFFERS_2_0_0(); }
|
||||
public static void ValidateVersion() { Constants.FLATBUFFERS_2_0_8(); }
|
||||
public static ArrayTable getRootAsArrayTable(ByteBuffer _bb) { return getRootAsArrayTable(_bb, new ArrayTable()); }
|
||||
public static ArrayTable getRootAsArrayTable(ByteBuffer _bb, ArrayTable obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
|
||||
public static boolean ArrayTableBufferHasIdentifier(ByteBuffer _bb) { return __has_identifier(_bb, "ARRT"); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue