org.endurox.TypedString Class Reference
List of all members.
Detailed Description
Typed string. Holds the string value
Constructor & Destructor Documentation
org.endurox.TypedString.TypedString |
( |
AtmiCtx |
ctx, |
|
|
boolean |
doFinalize, |
|
|
long |
cPtr, |
|
|
long |
len | |
|
) |
| | |
Initialize String buffer
- Parameters:
-
| ctx[in] | ATMI Context allocated this method |
| doFinalize[in] | Should |
| cPtr[in] | C pointer to allocated block |
| len[in] | Conditional buffer length |
Member Function Documentation
native String org.endurox.TypedString.getString |
( |
|
) |
|
Get string value from buffer
- Returns:
- string value read
native void org.endurox.TypedString.setString |
( |
String |
str |
) |
|
Install string value
- Parameters:
-
| str | New value to set in string buffer |