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