Servertec
Jenie
1.0.1 09/04/2005

stec.jenie
Class LONG

java.lang.Object
  extended by stec.jenie.NativeObject
      extended by stec.jenie.INT64
          extended by stec.jenie.LONG
All Implemented Interfaces:
NativeParameter

public class LONG
extends INT64

Represents a native signed 64-bit long integer value.

Since:
1.0.0 12/05/2004
See Also:
INT64

Field Summary
 
Fields inherited from class stec.jenie.INT64
SIZEOF
 
Constructor Summary
LONG()
          Constructs a new signed 64-bit long integer.
LONG(long value)
          Constucts a new signed 64-bit long integer set to the specified value.
LONG(LONG value)
          Constucts a new signed 64-bit long integer set to the specified value.
LONG(Pointer pointer)
          Constructs a new signed 64-bit long integer from the specified pointer to an signed 64-bit long integer.
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this signed 64-bit long integer.
 
Methods inherited from class stec.jenie.INT64
compareTo, compareTo, equals, getValue, hashCode, setValue, setValue, setValue, toString
 
Methods inherited from class stec.jenie.NativeObject
getAlignment, getNativeAddress, getNativeBuffer, getNativeBufferHandle, setNativeBuffer, setNativeBuffer, setNativeBuffer, size
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface stec.jenie.NativeParameter
getNativeBufferHandle
 

Constructor Detail

LONG

public LONG()
     throws java.lang.OutOfMemoryError
Constructs a new signed 64-bit long integer.

Defaults to 0.

Throws:
java.lang.OutOfMemoryError - if there is not enough free memory.

LONG

public LONG(long value)
     throws java.lang.OutOfMemoryError
Constucts a new signed 64-bit long integer set to the specified value.

Parameters:
value - the value to use.
Throws:
java.lang.OutOfMemoryError - if there is not enough free memory.

LONG

public LONG(LONG value)
     throws java.lang.OutOfMemoryError
Constucts a new signed 64-bit long integer set to the specified value.

Parameters:
value - the value to use.
Throws:
java.lang.OutOfMemoryError - if there is not enough free memory.

LONG

public LONG(Pointer pointer)
Constructs a new signed 64-bit long integer from the specified pointer to an signed 64-bit long integer.

Parameters:
pointer - the pointer to the signed 64-bit long integer.
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.OutOfMemoryError
Returns a clone of this signed 64-bit long integer.

Specified by:
clone in interface NativeParameter
Overrides:
clone in class INT64
Returns:
the clone of this signed 64-bit long integer.
Throws:
java.lang.OutOfMemoryError - if there is not enough free memory.

Servertec
Jenie
1.0.1 09/04/2005

Copyright © 2004-2005 Servertec. All rights reserved.