public final class Union
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
Union.Vector |
Constructor and Description |
---|
Union() |
Modifier and Type | Method and Description |
---|---|
Union |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addMode(com.google.flatbuffers.FlatBufferBuilder builder,
short mode) |
static void |
addTypeIds(com.google.flatbuffers.FlatBufferBuilder builder,
int typeIdsOffset) |
static int |
createTypeIdsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createUnion(com.google.flatbuffers.FlatBufferBuilder builder,
short mode,
int typeIdsOffset) |
static int |
endUnion(com.google.flatbuffers.FlatBufferBuilder builder) |
static Union |
getRootAsUnion(ByteBuffer _bb) |
static Union |
getRootAsUnion(ByteBuffer _bb,
Union obj) |
short |
mode() |
static void |
startTypeIdsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startUnion(com.google.flatbuffers.FlatBufferBuilder builder) |
int |
typeIds(int j) |
ByteBuffer |
typeIdsAsByteBuffer() |
ByteBuffer |
typeIdsInByteBuffer(ByteBuffer _bb) |
int |
typeIdsLength() |
com.google.flatbuffers.IntVector |
typeIdsVector() |
com.google.flatbuffers.IntVector |
typeIdsVector(com.google.flatbuffers.IntVector obj) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static Union getRootAsUnion(ByteBuffer _bb)
public static Union getRootAsUnion(ByteBuffer _bb, Union obj)
public void __init(int _i, ByteBuffer _bb)
public Union __assign(int _i, ByteBuffer _bb)
public short mode()
public int typeIds(int j)
public int typeIdsLength()
public com.google.flatbuffers.IntVector typeIdsVector()
public com.google.flatbuffers.IntVector typeIdsVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer typeIdsAsByteBuffer()
public ByteBuffer typeIdsInByteBuffer(ByteBuffer _bb)
public static int createUnion(com.google.flatbuffers.FlatBufferBuilder builder, short mode, int typeIdsOffset)
public static void startUnion(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addMode(com.google.flatbuffers.FlatBufferBuilder builder, short mode)
public static void addTypeIds(com.google.flatbuffers.FlatBufferBuilder builder, int typeIdsOffset)
public static int createTypeIdsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startTypeIdsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endUnion(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.