Skip navigation links
A B C D E F G I N O P R S T _ 

A

addBoolean(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addBoolean(int, boolean, boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addByte(int, byte, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addDouble(int, double, double) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addFloat(int, float, double) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addInt(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addLong(int, long, long) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
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
 
addShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addShort(int, short, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
addStruct(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 

B

bb - Variable in class com.google.flatbuffers.Struct
 
bb - Variable in class com.google.flatbuffers.Table
 
bb_pos - Variable in class com.google.flatbuffers.Struct
 
bb_pos - Variable in class com.google.flatbuffers.Table
 

C

com.google.flatbuffers - package com.google.flatbuffers
 
Constants - Class in com.google.flatbuffers
 
Constants() - Constructor for class com.google.flatbuffers.Constants
 
createString(String) - Method in class com.google.flatbuffers.FlatBufferBuilder
Encode the string s in the buffer using UTF-8.
createString(ByteBuffer) - Method in class com.google.flatbuffers.FlatBufferBuilder
Encode the string s in the buffer using UTF-8.

D

dataBuffer() - Method in class com.google.flatbuffers.FlatBufferBuilder
 

E

endObject() - Method in class com.google.flatbuffers.FlatBufferBuilder
Finish off writing the object that is under construction.
endVector() - Method in class com.google.flatbuffers.FlatBufferBuilder
Finish off the creation of an array and all its elements.

F

finish(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
finish(int, String) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
FlatBufferBuilder - Class in com.google.flatbuffers
Class that helps you build a FlatBuffer.
FlatBufferBuilder(int) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
Start with a buffer of size initial_size, then grow as required.
FlatBufferBuilder() - Constructor for class com.google.flatbuffers.FlatBufferBuilder
Start with a buffer of 1KiB, then grow as required.
FlatBufferBuilder(ByteBuffer) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
Alternative constructor allowing reuse of ByteBuffers.
forceDefaults(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
In order to save space, fields that are set to their default value don't get serialized into the buffer.

G

getByteBuffer() - Method in class com.google.flatbuffers.Table
 

I

init(ByteBuffer) - Method in class com.google.flatbuffers.FlatBufferBuilder
Alternative initializer that allows reusing this object on an existing ByteBuffer.

N

Nested(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Structures are always stored inline, they need to be created right where they're used.
notNested() - Method in class com.google.flatbuffers.FlatBufferBuilder
Should not be creating any other object, string or vector while an object is being constructed

O

offset() - Method in class com.google.flatbuffers.FlatBufferBuilder
Offset relative to the end of the buffer.

P

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
 
putByte(byte) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
putDouble(double) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
putFloat(float) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
putInt(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
putLong(long) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
putShort(short) - Method in class com.google.flatbuffers.FlatBufferBuilder
 

R

required(int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 

S

sizedByteArray(int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Utility function for copying a byte array from start to start + length
sizedByteArray() - Method in class com.google.flatbuffers.FlatBufferBuilder
Utility function for copying a byte array that starts at 0.
slot(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
 
startObject(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Start encoding a new object in the buffer.
startVector(int, int, int) - Method in class com.google.flatbuffers.FlatBufferBuilder
Start a new array/vector of objects.
Struct - Class in com.google.flatbuffers
 
Struct() - Constructor for class com.google.flatbuffers.Struct
 

T

Table - Class in com.google.flatbuffers
 
Table() - Constructor for class com.google.flatbuffers.Table
 

_

__has_identifier(ByteBuffer, String) - Static method in class com.google.flatbuffers.Table
 
__indirect(int) - Method in class com.google.flatbuffers.Table
 
__offset(int) - Method in class com.google.flatbuffers.Table
 
__string(int) - Method in class com.google.flatbuffers.Table
 
__union(Table, int) - Method in class com.google.flatbuffers.Table
 
__vector(int) - Method in class com.google.flatbuffers.Table
 
__vector_as_bytebuffer(int, int) - Method in class com.google.flatbuffers.Table
 
__vector_len(int) - Method in class com.google.flatbuffers.Table
 
A B C D E F G I N O P R S T _ 
Skip navigation links

Copyright © 2015. All rights reserved.