public final class LongPair
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
LongPair() |
| Modifier and Type | Method and Description |
|---|---|
LongPair |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addFirst(com.google.flatbuffers.FlatBufferBuilder builder,
long first) |
static void |
addSecond(com.google.flatbuffers.FlatBufferBuilder builder,
long second) |
static int |
createLongPair(com.google.flatbuffers.FlatBufferBuilder builder,
long first,
long second) |
static int |
endLongPair(com.google.flatbuffers.FlatBufferBuilder builder) |
long |
first() |
static LongPair |
getRootAsLongPair(ByteBuffer _bb) |
static LongPair |
getRootAsLongPair(ByteBuffer _bb,
LongPair obj) |
long |
second() |
static void |
startLongPair(com.google.flatbuffers.FlatBufferBuilder builder) |
public static LongPair getRootAsLongPair(ByteBuffer _bb)
public static LongPair getRootAsLongPair(ByteBuffer _bb, LongPair obj)
public void __init(int _i,
ByteBuffer _bb)
public LongPair __assign(int _i, ByteBuffer _bb)
public long first()
public long second()
public static int createLongPair(com.google.flatbuffers.FlatBufferBuilder builder,
long first,
long second)
public static void startLongPair(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addFirst(com.google.flatbuffers.FlatBufferBuilder builder,
long first)
public static void addSecond(com.google.flatbuffers.FlatBufferBuilder builder,
long second)
public static int endLongPair(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2021. All rights reserved.