Class JnaUint32

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped, java.io.Serializable
    Direct Known Subclasses:
    Argon2_version

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

      Constructors 
      Constructor Description
      JnaUint32()
      Constructor.
      JnaUint32​(int 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

      • JnaUint32

        public JnaUint32()
        Constructor.
      • JnaUint32

        public JnaUint32​(int value)
        Constructor.
        Parameters:
        value - Value.