|
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.INT8
stec.jenie.CHAR
public class CHAR
Represents a native signed 8-bit character value.
INT8| Field Summary |
|---|
| Fields inherited from class stec.jenie.INT8 |
|---|
SIZEOF |
| Constructor Summary | |
|---|---|
CHAR()
Constructs a new signed 8-bit character. |
|
CHAR(byte value)
Constucts a new signed 8-bit character set to the specified value. |
|
CHAR(CHAR value)
Constucts a new signed 8-bit character set to the specified value. |
|
CHAR(Pointer pointer)
Constructs a new signed 8-bit character from the specified pointer to an signed 8-bit character. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone of this signed 8-bit character. |
| Methods inherited from class stec.jenie.INT8 |
|---|
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 CHAR()
throws java.lang.OutOfMemoryError
Defaults to 0.
java.lang.OutOfMemoryError - if there is not enough free memory.
public CHAR(byte value)
throws java.lang.OutOfMemoryError
value - the value to use.
java.lang.OutOfMemoryError - if there is not enough free memory.
public CHAR(CHAR value)
throws java.lang.OutOfMemoryError
value - the value to use.
java.lang.OutOfMemoryError - if there is not enough free memory.public CHAR(Pointer pointer)
pointer - the pointer to the signed 8-bit character.| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.OutOfMemoryError
clone in interface NativeParameterclone in class INT8java.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.