3. Flatbuffers (if the library is available at build)
-==== Flatbuffers Parsing
+=== Flatbuffers Parsing
While a tool has been included to parse the file format used, it may be
desired to build analysis tools that deal with the files directly. This can
Flatbuffers reflection API and used to read the data within the records.
The format for the files is as follows:
-===== File Layout
+==== File Layout
[options="header"]
|============================================================================
|Records |This is a stream of records. There may be an unlimited number.
|============================================================================
-===== File Header
+==== File Header
[options="header"]
|==========================================================================
|Schema |(schema size) bytes |Schema for parsing records in this file.
|==========================================================================
-===== Record
+==== Record
[options="header"]
|===========================================================================