mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 20:33:58 +00:00
FlatBuffers Version 23.3.3 (#7852)
This commit is contained in:
@@ -210,7 +210,7 @@ class ScalarStuff : Table() {
|
||||
return if(o != 0) bb.get(o + bb_pos) else 1
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_1_21()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_3_3()
|
||||
fun getRootAsScalarStuff(_bb: ByteBuffer): ScalarStuff = getRootAsScalarStuff(_bb, ScalarStuff())
|
||||
fun getRootAsScalarStuff(_bb: ByteBuffer, obj: ScalarStuff): ScalarStuff {
|
||||
_bb.order(ByteOrder.LITTLE_ENDIAN)
|
||||
|
||||
Reference in New Issue
Block a user