public final class List
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
List() |
| Modifier and Type | Method and Description |
|---|---|
List |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
endList(com.google.flatbuffers.FlatBufferBuilder builder) |
static List |
getRootAsList(ByteBuffer _bb) |
static List |
getRootAsList(ByteBuffer _bb,
List obj) |
static void |
startList(com.google.flatbuffers.FlatBufferBuilder builder) |
public static List getRootAsList(ByteBuffer _bb)
public static List getRootAsList(ByteBuffer _bb, List obj)
public void __init(int _i,
ByteBuffer _bb)
public List __assign(int _i, ByteBuffer _bb)
public static void startList(com.google.flatbuffers.FlatBufferBuilder builder)
public static int endList(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2020 The Apache Software Foundation. All rights reserved.