Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in Java, it should be noted that
8 general FlatBuffers usage in all of the supported languages (including Java).
9 This page is designed to cover the nuances of FlatBuffers usage,
17 ## FlatBuffers Java code location
19 The code for the FlatBuffers Java library can be found at
21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/
24 ## Testing the FlatBuffers Java libraries
39 ## Using the FlatBuffers Java library
42 example of how to use FlatBuffers in Java.*
44 FlatBuffers supports reading and writing binary FlatBuffers in Java.
46 To use FlatBuffers in your own code, first generate Java classes from your
48 Then you can include both FlatBuffers and the generated code to read
80 FlatBuffers doesn't support dictionaries natively, but there is support to