|
Servertec Jenie 1.0.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstec.jenie.NativeObject
stec.jenie.UINT16
stec.jenie.USHORT
public class USHORT
Represents a native unsigned 16-bit short integer value.
UINT16| Field Summary |
|---|
| Fields inherited from class stec.jenie.UINT16 |
|---|
SIZEOF |
| Constructor Summary | |
|---|---|
USHORT()
Constructs a new unsigned 16-bit integer short. |
|
USHORT(int value)
Constucts a new unsigned 16-bit short integer set to the specified value. |
|
USHORT(Pointer pointer)
Constructs a new unsigned 16-bit short integer from the specified pointer to an unsigned 16-bit short integer. |
|
USHORT(USHORT value)
Constucts a new unsigned 16-bit short integer set to the specified value. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone of this unsigned 16-bit short integer. |
| Methods inherited from class stec.jenie.UINT16 |
|---|
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 |
|---|
public USHORT()
throws java.lang.OutOfMemoryError
Defaults to 0.
java.lang.OutOfMemoryError - if there is not enough free memory.
public USHORT(int value)
throws java.lang.OutOfMemoryError
value - the value to use.
java.lang.OutOfMemoryError - if there is not enough free memory.
public USHORT(USHORT value)
throws java.lang.OutOfMemoryError
value - the value to use.
java.lang.OutOfMemoryError - if there is not enough free memory.public USHORT(Pointer pointer)
pointer - the pointer to the unsigned 16-bit short integer.| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.OutOfMemoryError
clone in interface NativeParameterclone in class UINT16java.lang.OutOfMemoryError - if there is not enough free memory.
|
Servertec Jenie 1.0.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2004-2005 Servertec. All rights reserved.