Lines Matching refs:Java
1 Use in Java/C# {#flatbuffers_guide_use_java_c-sharp}
6 Before diving into the FlatBuffers usage in Java or C#, it should be noted that
8 general FlatBuffers usage in all of the supported languages (including both Java
10 specific to Java and C#.
17 ## FlatBuffers Java and C-sharp code location
19 #### Java subsubsection
21 The code for the FlatBuffers Java library can be found at
33 ## Testing the FlatBuffers Java and C-sharp libraries
37 #### Java subsubsection
39 The test code for Java is located in [JavaTest.java](https://github.com/google
47 *Note: These scripts require that [Java](https://www.oracle.com/java/index.html)
66 ## Using the FlatBuffers Java (and C#) library
69 example of how to use FlatBuffers in Java or C#.*
71 FlatBuffers supports reading and writing binary FlatBuffers in Java and C#.
73 To use FlatBuffers in your own code, first generate Java classes from your
78 For example, here is how you would read a FlatBuffer binary file in Java:
83 *Note: The code here is written from the perspective of Java. Code for both
114 C# code works almost identically to Java, with only a few minor differences.
121 available as properties instead of parameterless accessor methods as in Java.
151 `createSortedVectorOfTables` (from the `FlatBufferBuilder` object) in Java,
156 `monster.testarrayoftablesByKey("Frodo")` in Java or
168 from Java or C#, though you could use the C++ parser through native call