Class Size

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped, java.io.Serializable

    public class Size
    extends com.sun.jna.IntegerType
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean converted  
    • Constructor Summary

      Constructors 
      Constructor Description
      Size()  
      Size​(long value)  
      Size​(long value, boolean unsigned)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long convert()  
      • Methods inherited from class com.sun.jna.IntegerType

        compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • converted

        protected boolean converted
    • Constructor Detail

      • Size

        public Size()
      • Size

        public Size​(long value)
      • Size

        public Size​(long value,
                    boolean unsigned)
    • Method Detail

      • convert

        public long convert()