Implemented the file identifier functionality for Java.
authorWouter van Oortmerssen <wvo@google.com>
Thu, 4 Sep 2014 23:31:44 +0000 (16:31 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Fri, 5 Sep 2014 17:54:52 +0000 (10:54 -0700)
commit09a2999c66abc92e5c33fdef75c63dec81f90a3a
treebf4538a64fe12d2a98276e8d2047a277f13921cd
parent96592d5dbb72d3f455dcca845873aea7f6b45b82
Implemented the file identifier functionality for Java.

Also fixed flatc not outputting these identifiers for files
compiled on the command-line.

Bug: 16983987
Change-Id: I8b714cfea3a8e144fa52133f62b2f7eda6eb044a
Tested: on Linux
16 files changed:
docs/html/md__compiler.html
docs/html/md__cpp_usage.html
docs/html/md__java_usage.html
docs/source/JavaUsage.md
include/flatbuffers/flatbuffers.h
java/flatbuffers/Constants.java [new file with mode: 0644]
java/flatbuffers/FlatBufferBuilder.java
java/flatbuffers/Table.java
src/idl_gen_java.cpp
src/idl_parser.cpp
tests/JavaTest.java
tests/MyGame/Example/Monster.java
tests/MyGame/Example/Test.java
tests/MyGame/Example/Vec3.java
tests/monsterdata_test.bin
tests/monsterdata_test.json