|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.nativecall.NativeObject
be.cardon.nativecall.NativeUTF8String
public class NativeUTF8String
NULL
terminated UTF-8 string native object.
Field Summary |
---|
Fields inherited from class be.cardon.nativecall.NativeObject |
---|
BYTE_SIZE, INT_SIZE, LLC |
Method Summary | |
---|---|
static NativeUTF8String |
newInstance(java.lang.String str)
Copy a given string to new allocated NULL terminated UTF-8 string char[] . |
Methods inherited from class be.cardon.nativecall.NativeObject |
---|
finalize, getAddress, getLength, isReadOnly, setReadOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NativeUTF8String newInstance(java.lang.String str) throws NativeCallException
NULL
terminated UTF-8 string char[]
.
str
- String to be copied.
NativeUTF8String
native object. This object extends
the NativeObject
.
NativeCallException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |