public final class Date
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
Date.Vector |
Constructor and Description |
---|
Date() |
Modifier and Type | Method and Description |
---|---|
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() |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
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 © 2023 The Apache Software Foundation. All rights reserved.