FlatBuffers Version 23.1.21 (#7796)

This commit is contained in:
Derek Bailey
2023-01-21 12:46:57 -08:00
committed by GitHub
parent ef76b5ece4
commit ee848a02e1
163 changed files with 222 additions and 217 deletions

View File

@@ -21,7 +21,7 @@ import java.nio.ByteOrder;
@SuppressWarnings("unused")
public final class Stat extends Table {
public static void ValidateVersion() { Constants.FLATBUFFERS_23_1_20(); }
public static void ValidateVersion() { Constants.FLATBUFFERS_23_1_21(); }
public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); }
public static Stat getRootAsStat(ByteBuffer _bb, Stat 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); }