| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.annotation | |
| org.indunet.fastproto.decoder | |
| org.indunet.fastproto.encoder |
| 限定符和类型 | 方法和说明 |
|---|---|
static Type.DataType |
Type.DataType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Type.DataType[] |
Type.DataType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Timestamp |
TimestampDecoder.decode(@NonNull byte[] datagram,
int byteOffset,
@NonNull Type.DataType dataType,
@NonNull EndianPolicy policy,
@NonNull TimeUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimestampEncoder.encode(@NonNull byte[] datagram,
int byteOffset,
@NonNull Type.DataType dataType,
@NonNull EndianPolicy policy,
@NonNull TimeUnit unit,
@NonNull Timestamp value) |
Copyright © 2018–2021 Industrial Internet. All rights reserved.