类 UnitConstants

java.lang.Object
com.weicoder.common.constants.UnitConstants
直接已知子类:
C.U

public sealed class UnitConstants extends Object permits C.U
关于计算机的换算常量 比如位 字节 等
作者:
WD
  • 字段详细资料

    • BYTE_BIT

      public static final int BYTE_BIT
      一个字节占用的位
      另请参阅:
    • BYTE

      public static final int BYTE
      一个字节占用的空间
      另请参阅:
    • SHORT_BIT

      public static final int SHORT_BIT
      一个短整型占用的位
      另请参阅:
    • SHORT

      public static final int SHORT
      一个短整型占用的空间
      另请参阅:
    • INT_BIT

      public static final int INT_BIT
      一个整型占用的位
      另请参阅:
    • INT

      public static final int INT
      一个整型占用的空间
      另请参阅:
    • LONG_BIT

      public static final int LONG_BIT
      一个长整型占用的位
      另请参阅:
    • LONG

      public static final int LONG
      一个长整型占用的空间
      另请参阅:
  • 构造器详细资料

    • UnitConstants

      public UnitConstants()