public final class Interval
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
Interval() |
| Modifier and Type | Method and Description |
|---|---|
Interval |
__init(int _i,
ByteBuffer _bb) |
static void |
addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
short unit) |
static int |
createInterval(com.google.flatbuffers.FlatBufferBuilder builder,
short unit) |
static int |
endInterval(com.google.flatbuffers.FlatBufferBuilder builder) |
static Interval |
getRootAsInterval(ByteBuffer _bb) |
static Interval |
getRootAsInterval(ByteBuffer _bb,
Interval obj) |
static void |
startInterval(com.google.flatbuffers.FlatBufferBuilder builder) |
short |
unit() |
public static Interval getRootAsInterval(ByteBuffer _bb)
public static Interval getRootAsInterval(ByteBuffer _bb, Interval obj)
public Interval __init(int _i, ByteBuffer _bb)
public short unit()
public static int createInterval(com.google.flatbuffers.FlatBufferBuilder builder,
short unit)
public static void startInterval(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
short unit)
public static int endInterval(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2017 The Apache Software Foundation. All rights reserved.