mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 22:08:53 +00:00
FlatBuffers Version 22.12.06 (#7702)
This commit is contained in:
@@ -27,7 +27,7 @@ class SecondTableInA : Table() {
|
||||
}
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_22_11_23()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_22_12_06()
|
||||
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