Skip navigation links
JNA API 5.4.0
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.
JNA API 5.4.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.