Removed the use of b.array() to support DirectBuffers.

Also removed Table extend Constants.

Change-Id: I1770b613c58094fa572a3b26a31f01bd5fb8fdbf
This commit is contained in:
bml13
2014-09-09 10:30:09 +01:00
committed by Wouter van Oortmerssen
parent 9a1f7be6fd
commit e14bc1d9ac
3 changed files with 27 additions and 21 deletions

View File

@@ -16,12 +16,12 @@
package flatbuffers;
import java.lang.String;
import static flatbuffers.Constants.*;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
// All tables in the generated code derive from this class, and add their own accessors.
public class Table extends Constants {
public class Table {
protected int bb_pos;
protected ByteBuffer bb;