Class SIZE


  • @Deprecated
    public class SIZE
    extends java.lang.Object
    Deprecated.
    Size of registers and pointers
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SIZE_BYTE
      Deprecated.
      1 byte size.
      static int SIZE_DQWORD
      Deprecated.
      16 bytes size.
      static int SIZE_DWORD
      Deprecated.
      4 bytes size.
      static int SIZE_QWORD
      Deprecated.
      8 bytes size.
      static int SIZE_TWORD
      Deprecated.
      10 bytes size.
      static int SIZE_WORD
      Deprecated.
      2 bytes size.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SIZE()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SIZE

        private SIZE()
        Deprecated.