Lines Matching full:binary
1 # Annotated Flatbuffer Binary
3 This directory demonstrates the ability of flatc to annotate binary flatbuffers
4 with helpful annotations. The resulting annotated flatbuffer binary (afb)
5 contains all the binary data with line-by-line annotations.
9 Given a `schema` in either plain-text (.fbs) or already compiled to a binary
10 schema (.bfbs) and `binary` file(s) that was created by the `schema`.
25 The `annotated_binary.bin` is the flatbufer binary of the data contained within
35 The `annotated_binary.afb` is an example of the text format of a binary
39 The file is ordered in increasing the offsets from the beginning of the binary.
42 ### Binary Sections
44 Binary sections are comprised of contigious [binary regions](#binary-regions)
45 that are logically grouped together. For example, a binary section may be a
49 Example of a `vtable` Binary Section that is associated with the user-defined
60 ### Binary Regions
62 Binary regions are contigious bytes regions that are grouped together to form
63 some sort of value, e.g. a `scalar` or an array of scalars. A binary region may
66 Looking at an example binary region:
99 where in the binary this region is pointing to. These values are absolute from