FlatBuffers Version 25.1.24

This commit is contained in:
Derek Bailey
2025-01-24 16:34:24 -08:00
parent 9f94ceedbc
commit 0312061985
186 changed files with 253 additions and 240 deletions

View File

@@ -57,7 +57,7 @@ class Animal : Table() {
return if(o != 0) bb.getShort(o + bb_pos).toUShort() else 0u
}
companion object {
fun validateVersion() = Constants.FLATBUFFERS_25_1_21()
fun validateVersion() = Constants.FLATBUFFERS_25_1_24()
fun getRootAsAnimal(_bb: ByteBuffer): Animal = getRootAsAnimal(_bb, Animal())
fun getRootAsAnimal(_bb: ByteBuffer, obj: Animal): Animal {
_bb.order(ByteOrder.LITTLE_ENDIAN)