Class Size_t

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

    public class Size_t
    extends com.sun.jna.IntegerType
    size_t type for C interaction.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Size_t()
      Constructor.
      Size_t​(long value)
      Constructor.
    • Method Summary

      • 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
    • Constructor Detail

      • Size_t

        public Size_t()
        Constructor.
      • Size_t

        public Size_t​(long value)
        Constructor.
        Parameters:
        value - Value.