public final class Time
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
Time() |
| Modifier and Type | Method and Description |
|---|---|
Time |
__init(int _i,
ByteBuffer _bb) |
static void |
addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder,
int bitWidth) |
static void |
addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
short unit) |
int |
bitWidth() |
static int |
createTime(com.google.flatbuffers.FlatBufferBuilder builder,
short unit,
int bitWidth) |
static int |
endTime(com.google.flatbuffers.FlatBufferBuilder builder) |
static Time |
getRootAsTime(ByteBuffer _bb) |
static Time |
getRootAsTime(ByteBuffer _bb,
Time obj) |
static void |
startTime(com.google.flatbuffers.FlatBufferBuilder builder) |
short |
unit() |
public static Time getRootAsTime(ByteBuffer _bb)
public static Time getRootAsTime(ByteBuffer _bb, Time obj)
public Time __init(int _i, ByteBuffer _bb)
public short unit()
public int bitWidth()
public static int createTime(com.google.flatbuffers.FlatBufferBuilder builder,
short unit,
int bitWidth)
public static void startTime(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
short unit)
public static void addBitWidth(com.google.flatbuffers.FlatBufferBuilder builder,
int bitWidth)
public static int endTime(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2018 The Apache Software Foundation. All rights reserved.