FlatBuffers Version v24.3.6

This commit is contained in:
Derek Bailey
2024-03-07 06:52:51 +00:00
parent 129ef422e8
commit d1867fb4cf
181 changed files with 290 additions and 286 deletions

View File

@@ -9,7 +9,7 @@ import com.google.flatbuffers.*;
@SuppressWarnings("unused")
public final class TableInC extends Table {
public static void ValidateVersion() { Constants.FLATBUFFERS_23_5_26(); }
public static void ValidateVersion() { Constants.FLATBUFFERS_24_3_6(); }
public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new TableInC()); }
public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); }