DOC

com.google.flatbuffers : flatbuffers-java

Maven & Gradle

May 26, 2023
66 usages
23.2k stars

FlatBuffers Java API · Memory Efficient Serialization Library

Table Of Contents

Latest Version

Download com.google.flatbuffers : flatbuffers-java Javadoc & API Documentation - Latest Versions:

All Versions

Download com.google.flatbuffers : flatbuffers-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
23.5.x
23.3.x
23.1.x
22.12.x
22.11.x
22.10.x
2.0.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file flatbuffers-java-23.5.26-javadoc.jar to flatbuffers-java-23.5.26-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder flatbuffers-java-23.5.26-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "flatbuffers-java-23.5.26-sources.jar" -d "flatbuffers-java-23.5.26-javadoc" -subpackages 

Advertisement