mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
FlatBuffers Version v24.3.6
This commit is contained in:
parent
129ef422e8
commit
7cd216c51e
180 changed files with 289 additions and 285 deletions
|
|
@ -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_23_5_26()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_24_3_6()
|
||||
fun getRootAsAnimal(_bb: ByteBuffer): Animal = getRootAsAnimal(_bb, Animal())
|
||||
fun getRootAsAnimal(_bb: ByteBuffer, obj: Animal): Animal {
|
||||
_bb.order(ByteOrder.LITTLE_ENDIAN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue