mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 17:22:21 +00:00
[Lobster] file_identifier support
This commit is contained in:
@@ -54,7 +54,7 @@ let orc = MyGame_Sample_MonsterBuilder { b }
|
||||
.end()
|
||||
|
||||
// Finish the buffer!
|
||||
b.Finish(orc)
|
||||
b.Finish(orc, "MONS")
|
||||
|
||||
// We now have a FlatBuffer that we could store on disk or send over a network.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user