- addBoolean(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `boolean` to the buffer, properly aligned, and grows the buffer (if necessary).
- addBoolean(int, boolean, boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `boolean` to a table at `o` into its vtable, with value `x` and default `d`.
- addByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `byte` to the buffer, properly aligned, and grows the buffer (if necessary).
- addByte(int, byte, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `byte` to a table at `o` into its vtable, with value `x` and default `d`.
- addDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `double` to the buffer, properly aligned, and grows the buffer (if necessary).
- addDouble(int, double, double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `double` to a table at `o` into its vtable, with value `x` and default `d`.
- addFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `float` to the buffer, properly aligned, and grows the buffer (if necessary).
- addFloat(int, float, double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `float` to a table at `o` into its vtable, with value `x` and default `d`.
- addInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `int` to the buffer, properly aligned, and grows the buffer (if necessary).
- addInt(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `int` to a table at `o` into its vtable, with value `x` and default `d`.
- addLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `long` to the buffer, properly aligned, and grows the buffer (if necessary).
- addLong(int, long, long) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `long` to a table at `o` into its vtable, with value `x` and default `d`.
- addOffset(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Adds on offset, relative to where it will be written.
- addOffset(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `offset` to a table at `o` into its vtable, with value `x` and default `d`.
- addShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `short` to the buffer, properly aligned, and grows the buffer (if necessary).
- addShort(int, short, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `short` to a table at `o` into its vtable, with value `x` and default `d`.
- addStruct(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a struct to the table.
- pad(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add zero valued bytes to prepare a new entry to be added.
- prep(int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Prepare to write an element of `size` after `additional_bytes`
have been written, e.g.
- putBoolean(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `boolean` to the buffer, backwards from the current location.
- putByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `byte` to the buffer, backwards from the current location.
- putDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `double` to the buffer, backwards from the current location.
- putFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `float` to the buffer, backwards from the current location.
- putInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add an `int` to the buffer, backwards from the current location.
- putLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `long` to the buffer, backwards from the current location.
- putShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Add a `short` to the buffer, backwards from the current location.