flatbuffers/java/com/google/flatbuffers
Enrico Olivelli 78fdce28c7 Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155)
Introduce a HeapByteBufferFactory singleton instance in order to reduce allocations.
Clarify the usage of LITTLE_ENDIAN ByteBuffers in ByteBufferFactory.
2019-02-11 21:02:32 +01:00
..
ByteBufferUtil.java Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
Constants.java Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
FlatBufferBuilder.java Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155) 2019-02-11 21:02:32 +01:00
Struct.java Adds __reset method to Struct and Table (#4966) 2018-10-03 12:09:30 -07:00
Table.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00
Utf8.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00
Utf8Old.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00
Utf8Safe.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00