com.sun.jna

Class NativeLong

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

Field Summary
static intSIZE
Size of a native long, in bytes.
Constructor Summary
NativeLong()
Create a zero-valued NativeLong.
NativeLong(long value)
Create a NativeLong with the given value.

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.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.