FlatBuffers Version 22.12.06 (#7702)

This commit is contained in:
Derek Bailey
2022-12-06 22:54:49 -08:00
committed by GitHub
parent 0e79e56427
commit acf39ff056
161 changed files with 242 additions and 238 deletions

View File

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