forked from BigfootDev/flatbuffers
Removed the use of b.array() to support DirectBuffers.
Also removed Table extend Constants. Change-Id: I1770b613c58094fa572a3b26a31f01bd5fb8fdbf
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
9a1f7be6fd
commit
e14bc1d9ac
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user