JNA API 3.2.7

com.sun.jna

Class NativeLong

  • All Implemented Interfaces:
    NativeMapped, java.io.Serializable


    public class NativeLong
    extends IntegerType
    Represents the long C data type, which may be 32 or 64 bits on *nix-based systems.
    Author:
    wmeissner@gmail.com
    See Also:
    Serialized Form
    • 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.
JNA API 3.2.7

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