public final class FieldValues
extends com.google.flatbuffers.Table
构造器和说明 |
---|
FieldValues() |
限定符和类型 | 方法和说明 |
---|---|
FieldValues |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addBinaryValues(com.google.flatbuffers.FlatBufferBuilder builder,
int binaryValuesOffset) |
static void |
addBoolValues(com.google.flatbuffers.FlatBufferBuilder builder,
int boolValuesOffset) |
static void |
addDoubleValues(com.google.flatbuffers.FlatBufferBuilder builder,
int doubleValuesOffset) |
static void |
addLongValues(com.google.flatbuffers.FlatBufferBuilder builder,
int longValuesOffset) |
static void |
addStringValues(com.google.flatbuffers.FlatBufferBuilder builder,
int stringValuesOffset) |
BytesValue |
binaryValues(BytesValue obj,
int j) |
BytesValue |
binaryValues(int j) |
int |
binaryValuesLength() |
boolean |
boolValues(int j) |
ByteBuffer |
boolValuesAsByteBuffer() |
ByteBuffer |
boolValuesInByteBuffer(ByteBuffer _bb) |
int |
boolValuesLength() |
static int |
createBinaryValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createBoolValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
boolean[] data) |
static int |
createDoubleValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
double[] data) |
static int |
createFieldValues(com.google.flatbuffers.FlatBufferBuilder builder,
int long_valuesOffset,
int bool_valuesOffset,
int double_valuesOffset,
int string_valuesOffset,
int binary_valuesOffset) |
static int |
createLongValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
long[] data) |
static int |
createStringValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
double |
doubleValues(int j) |
ByteBuffer |
doubleValuesAsByteBuffer() |
ByteBuffer |
doubleValuesInByteBuffer(ByteBuffer _bb) |
int |
doubleValuesLength() |
static int |
endFieldValues(com.google.flatbuffers.FlatBufferBuilder builder) |
static FieldValues |
getRootAsFieldValues(ByteBuffer _bb) |
static FieldValues |
getRootAsFieldValues(ByteBuffer _bb,
FieldValues obj) |
long |
longValues(int j) |
ByteBuffer |
longValuesAsByteBuffer() |
ByteBuffer |
longValuesInByteBuffer(ByteBuffer _bb) |
int |
longValuesLength() |
static void |
startBinaryValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startBoolValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startDoubleValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startFieldValues(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startLongValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startStringValuesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
String |
stringValues(int j) |
int |
stringValuesLength() |
public static FieldValues getRootAsFieldValues(ByteBuffer _bb)
public static FieldValues getRootAsFieldValues(ByteBuffer _bb, FieldValues obj)
public void __init(int _i, ByteBuffer _bb)
public FieldValues __assign(int _i, ByteBuffer _bb)
public long longValues(int j)
public int longValuesLength()
public ByteBuffer longValuesAsByteBuffer()
public ByteBuffer longValuesInByteBuffer(ByteBuffer _bb)
public boolean boolValues(int j)
public int boolValuesLength()
public ByteBuffer boolValuesAsByteBuffer()
public ByteBuffer boolValuesInByteBuffer(ByteBuffer _bb)
public double doubleValues(int j)
public int doubleValuesLength()
public ByteBuffer doubleValuesAsByteBuffer()
public ByteBuffer doubleValuesInByteBuffer(ByteBuffer _bb)
public String stringValues(int j)
public int stringValuesLength()
public BytesValue binaryValues(int j)
public BytesValue binaryValues(BytesValue obj, int j)
public int binaryValuesLength()
public static int createFieldValues(com.google.flatbuffers.FlatBufferBuilder builder, int long_valuesOffset, int bool_valuesOffset, int double_valuesOffset, int string_valuesOffset, int binary_valuesOffset)
public static void startFieldValues(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addLongValues(com.google.flatbuffers.FlatBufferBuilder builder, int longValuesOffset)
public static int createLongValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
public static void startLongValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addBoolValues(com.google.flatbuffers.FlatBufferBuilder builder, int boolValuesOffset)
public static int createBoolValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, boolean[] data)
public static void startBoolValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addDoubleValues(com.google.flatbuffers.FlatBufferBuilder builder, int doubleValuesOffset)
public static int createDoubleValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
public static void startDoubleValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addStringValues(com.google.flatbuffers.FlatBufferBuilder builder, int stringValuesOffset)
public static int createStringValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startStringValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addBinaryValues(com.google.flatbuffers.FlatBufferBuilder builder, int binaryValuesOffset)
public static int createBinaryValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startBinaryValuesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endFieldValues(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2021. All Rights Reserved.