public final class VectorLayout
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
VectorLayout() |
| Modifier and Type | Method and Description |
|---|---|
VectorLayout |
__init(int _i,
ByteBuffer _bb) |
static void |
addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder,
short bitWidth) |
static void |
addType(com.google.flatbuffers.FlatBufferBuilder builder,
short type) |
short |
bitWidth()
the width of a slot in the buffer (typically 1, 8, 16, 32 or 64)
|
static int |
createVectorLayout(com.google.flatbuffers.FlatBufferBuilder builder,
short bit_width,
short type) |
static int |
endVectorLayout(com.google.flatbuffers.FlatBufferBuilder builder) |
static VectorLayout |
getRootAsVectorLayout(ByteBuffer _bb) |
static VectorLayout |
getRootAsVectorLayout(ByteBuffer _bb,
VectorLayout obj) |
static void |
startVectorLayout(com.google.flatbuffers.FlatBufferBuilder builder) |
short |
type()
the purpose of the vector
|
public static VectorLayout getRootAsVectorLayout(ByteBuffer _bb)
public static VectorLayout getRootAsVectorLayout(ByteBuffer _bb, VectorLayout obj)
public VectorLayout __init(int _i, ByteBuffer _bb)
public short bitWidth()
public short type()
public static int createVectorLayout(com.google.flatbuffers.FlatBufferBuilder builder,
short bit_width,
short type)
public static void startVectorLayout(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder,
short bitWidth)
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder,
short type)
public static int endVectorLayout(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2017 The Apache Software Foundation. All rights reserved.