Lines Matching refs:Java
1 Use in Java {#flatbuffers_guide_use_java}
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).
10 specific to Java.
17 ## FlatBuffers Java code location
19 The code for the FlatBuffers Java library can be found at
24 ## Testing the FlatBuffers Java libraries
28 The test code for Java is located in [JavaTest.java](https://github.com/google
36 *Note: These scripts require that [Java](https://www.oracle.com/java/index.html)
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
51 For example, here is how you would read a FlatBuffer binary file in Java:
110 from Java, though you could use the C++ parser through native call