| Constants | 
 Class that holds shared constants 
 | 
| FlatBufferBuilder | 
 Class that helps you build a FlatBuffer. 
 | 
| FlatBufferBuilder.ByteBufferFactory | 
 An interface that provides a user of the FlatBufferBuilder class the ability to specify
 the method in which the internal buffer gets allocated. 
 | 
| FlatBufferBuilder.HeapByteBufferFactory | 
 An implementation of the ByteBufferFactory interface that is used when
 one is not provided by the user. 
 | 
| Struct | 
 All structs in the generated code derive from this class, and add their own accessors. 
 | 
| Table | 
 All tables in the generated code derive from this class, and add their own accessors. 
 | 
| Utf8 | 
  | 
| Utf8Safe | 
 A set of low-level, high-performance static utility methods related
 to the UTF-8 character encoding. 
 |