FlatBufferBuilder.finish

Finalize a buffer, pointing to the given rootTable.

  1. void finish(int rootTable)
  2. void finish(int rootTable, string fileIdentifier)
    class FlatBufferBuilder
    void
    finish

Parameters

rootTable int

An offset to be added to the buffer.

fileIdentifier string

A FlatBuffer file identifier to be added to the buffer before root_table.

Meta