Package com.sun.jna

Class NativeLong

    • Field Detail

      • SIZE

        public static final int SIZE
        Size of a native long, in bytes.
    • Constructor Detail

      • NativeLong

        public NativeLong()
        Create a zero-valued NativeLong.
      • NativeLong

        public NativeLong​(long value)
        Create a NativeLong with the given value.
      • NativeLong

        public NativeLong​(long value,
                          boolean unsigned)
        Create a NativeLong with the given value, optionally unsigned.