public final class DataTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CDF_TIME_TT2000 |
static int |
DOUBLE |
static int |
ENCODING_COUNT |
static int |
EPOCH16 |
static int |
FLOAT |
static int |
LAST_TYPE |
static int |
LONG |
static int |
SIGNED_INTEGER |
static int |
STRING |
static int |
UNSIGNED_INTEGER |
Constructor and Description |
---|
DataTypes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
defaultPad(int type) |
static java.nio.ByteOrder |
getByteOrder(int encoding) |
static java.lang.String |
getString(java.nio.ByteBuffer buf,
java.lang.Integer nc) |
static boolean |
isLongType(int type) |
static boolean |
isStringType(int type) |
public static final int ENCODING_COUNT
public static final int EPOCH16
public static final int CDF_TIME_TT2000
public static final int FLOAT
public static final int DOUBLE
public static final int SIGNED_INTEGER
public static final int UNSIGNED_INTEGER
public static final int STRING
public static final int LONG
public static final int LAST_TYPE
public static java.lang.String getString(java.nio.ByteBuffer buf, java.lang.Integer nc)
buf
- nc
- public static java.nio.ByteOrder getByteOrder(int encoding) throws java.lang.Throwable
encoding
- java.lang.Throwable
public static boolean isStringType(int type)
type
- public static boolean isLongType(int type)
type
- public static java.lang.Object defaultPad(int type)
type
-