public final class Date
extends com.google.flatbuffers.Table
| コンストラクタと説明 |
|---|
Date() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Date |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
short unit) |
static int |
createDate(com.google.flatbuffers.FlatBufferBuilder builder,
short unit) |
static int |
endDate(com.google.flatbuffers.FlatBufferBuilder builder) |
static Date |
getRootAsDate(ByteBuffer _bb) |
static Date |
getRootAsDate(ByteBuffer _bb,
Date obj) |
static void |
startDate(com.google.flatbuffers.FlatBufferBuilder builder) |
short |
unit() |
public static Date getRootAsDate(ByteBuffer _bb)
public static Date getRootAsDate(ByteBuffer _bb, Date obj)
public void __init(int _i,
ByteBuffer _bb)
public Date __assign(int _i, ByteBuffer _bb)
public short unit()
public static int createDate(com.google.flatbuffers.FlatBufferBuilder builder,
short unit)
public static void startDate(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addUnit(com.google.flatbuffers.FlatBufferBuilder builder,
short unit)
public static int endDate(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2018 The Apache Software Foundation. All rights reserved.