Package com.weicoder.common.constants
Class UnitConstants
- java.lang.Object
-
- com.weicoder.common.constants.UnitConstants
-
- Direct Known Subclasses:
C.U
public class UnitConstants extends java.lang.Object关于计算机的换算常量 比如位 字节 等- Author:
- WD
-
-
Constructor Summary
Constructors Constructor Description UnitConstants()
-
-
-
Field Detail
-
BYTE_BIT
public static final int BYTE_BIT
一个字节占用的位- See Also:
- Constant Field Values
-
BYTE
public static final int BYTE
一个字节占用的空间- See Also:
- Constant Field Values
-
SHORT_BIT
public static final int SHORT_BIT
一个短整型占用的位- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
一个短整型占用的空间- See Also:
- Constant Field Values
-
INT_BIT
public static final int INT_BIT
一个整型占用的位- See Also:
- Constant Field Values
-
INT
public static final int INT
一个整型占用的空间- See Also:
- Constant Field Values
-
LONG_BIT
public static final int LONG_BIT
一个长整型占用的位- See Also:
- Constant Field Values
-
LONG
public static final int LONG
一个长整型占用的空间- See Also:
- Constant Field Values
-
-