mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
flatc can now convert flatbuffer binary files into json.
Also removed it appending _wire to filenames, renamed the json golden file to .golden to not clash with generated files. Bug: 15781201 Change-Id: I8322861e50d1e5b6a5ab5e4b5e5d8ae13c356eb2 Tested: on Windows and Linux
This commit is contained in:
parent
cc112ce96f
commit
df2e0db63d
8 changed files with 83 additions and 23 deletions
|
|
@ -26,7 +26,7 @@ class JavaTest {
|
|||
// This file was generated from monsterdata_test.json
|
||||
|
||||
byte[] data = null;
|
||||
File file = new File("monsterdata_test_wire.bin");
|
||||
File file = new File("monsterdata_test.bin");
|
||||
RandomAccessFile f = null;
|
||||
try {
|
||||
f = new RandomAccessFile(file, "r");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue