mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 22:01:12 +00:00
FlatBuffers Version 23.5.9 (#7945)
This commit is contained in:
@@ -32,7 +32,7 @@ class Galaxy : Table() {
|
||||
return if(o != 0) bb.getLong(o + bb_pos) else 0L
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_5_8()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_5_9()
|
||||
fun getRootAsGalaxy(_bb: ByteBuffer): Galaxy = getRootAsGalaxy(_bb, Galaxy())
|
||||
fun getRootAsGalaxy(_bb: ByteBuffer, obj: Galaxy): Galaxy {
|
||||
_bb.order(ByteOrder.LITTLE_ENDIAN)
|
||||
|
||||
Reference in New Issue
Block a user