类 C
- java.lang.Object
-
- com.ts.lib.common.C
-
public final class C extends Object
Defines constants used by the library.- 作者:
- 💎 Li Junchao
-
-
字段概要
字段 修饰符和类型 字段 说明 static intBITS_PER_BYTEThe number of bits per byte.static intBYTES_PER_FLOATThe number of bytes per float.static intINDEX_UNSETstatic intLENGTH_UNSETstatic longMICROS_PER_SECOND每秒的微秒表示static longMILLIS_PER_SECOND每秒的毫秒表示static longNANOS_PER_SECOND每秒的纳秒表示static intNO_VALUEstatic intPERCENTAGE_UNSETstatic intPOSITION_UNSETstatic longTIME_END_OF_SOURCEstatic longTIME_UNSET
-
-
-
字段详细资料
-
NO_VALUE
public static final int NO_VALUE
- 另请参阅:
- 常量字段值
-
INDEX_UNSET
public static final int INDEX_UNSET
- 另请参阅:
- 常量字段值
-
TIME_UNSET
public static final long TIME_UNSET
- 另请参阅:
- 常量字段值
-
POSITION_UNSET
public static final int POSITION_UNSET
- 另请参阅:
- 常量字段值
-
LENGTH_UNSET
public static final int LENGTH_UNSET
- 另请参阅:
- 常量字段值
-
PERCENTAGE_UNSET
public static final int PERCENTAGE_UNSET
- 另请参阅:
- 常量字段值
-
TIME_END_OF_SOURCE
public static final long TIME_END_OF_SOURCE
- 另请参阅:
- 常量字段值
-
MILLIS_PER_SECOND
public static final long MILLIS_PER_SECOND
每秒的毫秒表示- 另请参阅:
- 常量字段值
-
MICROS_PER_SECOND
public static final long MICROS_PER_SECOND
每秒的微秒表示- 另请参阅:
- 常量字段值
-
NANOS_PER_SECOND
public static final long NANOS_PER_SECOND
每秒的纳秒表示- 另请参阅:
- 常量字段值
-
BITS_PER_BYTE
public static final int BITS_PER_BYTE
The number of bits per byte.- 另请参阅:
- 常量字段值
-
BYTES_PER_FLOAT
public static final int BYTES_PER_FLOAT
The number of bytes per float.- 另请参阅:
- 常量字段值
-
-