Class UnitConstants

  • Direct Known Subclasses:
    C.U

    public class UnitConstants
    extends java.lang.Object
    关于计算机的换算常量 比如位 字节 等
    Author:
    WD
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BYTE
      一个字节占用的空间
      static int BYTE_BIT
      一个字节占用的位
      static int INT
      一个整型占用的空间
      static int INT_BIT
      一个整型占用的位
      static int LONG
      一个长整型占用的空间
      static int LONG_BIT
      一个长整型占用的位
      static int SHORT
      一个短整型占用的空间
      static int SHORT_BIT
      一个短整型占用的位
    • Constructor Summary

      Constructors 
      Constructor Description
      UnitConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait