public final class FixedSizeBinary
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
FixedSizeBinary.Vector |
Constructor and Description |
---|
FixedSizeBinary() |
Modifier and Type | Method and Description |
---|---|
FixedSizeBinary |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addByteWidth(com.google.flatbuffers.FlatBufferBuilder builder,
int byteWidth) |
int |
byteWidth()
Number of bytes per value
|
static int |
createFixedSizeBinary(com.google.flatbuffers.FlatBufferBuilder builder,
int byteWidth) |
static int |
endFixedSizeBinary(com.google.flatbuffers.FlatBufferBuilder builder) |
static FixedSizeBinary |
getRootAsFixedSizeBinary(ByteBuffer _bb) |
static FixedSizeBinary |
getRootAsFixedSizeBinary(ByteBuffer _bb,
FixedSizeBinary obj) |
static void |
startFixedSizeBinary(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 FixedSizeBinary getRootAsFixedSizeBinary(ByteBuffer _bb)
public static FixedSizeBinary getRootAsFixedSizeBinary(ByteBuffer _bb, FixedSizeBinary obj)
public void __init(int _i, ByteBuffer _bb)
public FixedSizeBinary __assign(int _i, ByteBuffer _bb)
public int byteWidth()
public static int createFixedSizeBinary(com.google.flatbuffers.FlatBufferBuilder builder, int byteWidth)
public static void startFixedSizeBinary(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addByteWidth(com.google.flatbuffers.FlatBufferBuilder builder, int byteWidth)
public static int endFixedSizeBinary(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.