public final class OffsetRange
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
OffsetRange.Vector |
Constructor and Description |
---|
OffsetRange() |
Modifier and Type | Method and Description |
---|---|
OffsetRange |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
createOffsetRange(com.google.flatbuffers.FlatBufferBuilder builder,
long start,
long end) |
long |
end() |
long |
start() |
public void __init(int _i, ByteBuffer _bb)
public OffsetRange __assign(int _i, ByteBuffer _bb)
public long start()
public long end()
public static int createOffsetRange(com.google.flatbuffers.FlatBufferBuilder builder, long start, long end)