public final class Int
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
Int.Vector |
Constructor and Description |
---|
Int() |
Modifier and Type | Method and Description |
---|---|
Int |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder,
int bitWidth) |
static void |
addIsSigned(com.google.flatbuffers.FlatBufferBuilder builder,
boolean isSigned) |
int |
bitWidth() |
static int |
createInt(com.google.flatbuffers.FlatBufferBuilder builder,
int bitWidth,
boolean is_signed) |
static int |
endInt(com.google.flatbuffers.FlatBufferBuilder builder) |
static Int |
getRootAsInt(ByteBuffer _bb) |
static Int |
getRootAsInt(ByteBuffer _bb,
Int obj) |
boolean |
isSigned() |
static void |
startInt(com.google.flatbuffers.FlatBufferBuilder builder) |
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 Int getRootAsInt(ByteBuffer _bb)
public static Int getRootAsInt(ByteBuffer _bb, Int obj)
public void __init(int _i, ByteBuffer _bb)
public Int __assign(int _i, ByteBuffer _bb)
public int bitWidth()
public boolean isSigned()
public static int createInt(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth, boolean is_signed)
public static void startInt(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder, int bitWidth)
public static void addIsSigned(com.google.flatbuffers.FlatBufferBuilder builder, boolean isSigned)
public static int endInt(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.