add setloadfile and setfileexists functions to flatbuffers
authorWouter van Oortmerssen <wvo@google.com>
Thu, 31 Mar 2016 00:34:52 +0000 (17:34 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Mon, 4 Apr 2016 20:03:22 +0000 (13:03 -0700)
commite98b1912b356f1e8a19245979eeb979628c62c87
tree4a68e66b673ca3ab303ddb03af88d873f58c0a7c
parentc8c00824138ae1819250d4dd77859f5d0b811ece
add setloadfile and setfileexists functions to flatbuffers

to allow for custom file loaders. The targeted use case is android runtime.

(from CL 116980408)

Change-Id: I8785c0acf714fab41d8f6fc9f1c52875423b8f5b
CMakeLists.txt
android/jni/Android.mk
include/flatbuffers/util.h
src/util.cpp [new file with mode: 0644]