public class DataType extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
DC_ARRAY |
static byte |
DC_MASK |
static byte |
DC_NULL |
static byte |
DT_DOUBLE |
static byte |
DT_FLOAT |
static byte |
DT_INT16 |
static byte |
DT_INT32 |
static byte |
DT_INT64 |
static byte |
DT_INT8 |
static byte |
DT_MASK |
static byte |
DT_STRING |
static byte |
DT_UINT16 |
static byte |
DT_UINT32 |
static byte |
DT_UINT64 |
static byte |
DT_UINT8 |
static byte |
DT_UNKNOWN |
static byte |
TOTAL_DT |
| 构造器和说明 |
|---|
DataType() |
public static final byte DT_UNKNOWN
public static final byte DT_INT8
public static final byte DT_UINT8
public static final byte DT_INT16
public static final byte DT_UINT16
public static final byte DT_INT32
public static final byte DT_UINT32
public static final byte DT_INT64
public static final byte DT_UINT64
public static final byte DT_FLOAT
public static final byte DT_DOUBLE
public static final byte DT_STRING
public static final byte TOTAL_DT
public static final byte DT_MASK
public static final byte DC_ARRAY
public static final byte DC_NULL
public static final byte DC_MASK
Copyright © 2024. All rights reserved.