mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-17 23:26:32 +00:00
FlatBuffers Version 23.5.9 (#7945)
This commit is contained in:
@@ -39,7 +39,7 @@ class SecondTableInA : Table() {
|
||||
}
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_5_8()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_5_9()
|
||||
fun getRootAsSecondTableInA(_bb: ByteBuffer): SecondTableInA = getRootAsSecondTableInA(_bb, SecondTableInA())
|
||||
fun getRootAsSecondTableInA(_bb: ByteBuffer, obj: SecondTableInA): SecondTableInA {
|
||||
_bb.order(ByteOrder.LITTLE_ENDIAN)
|
||||
|
||||
Reference in New Issue
Block a user