org.endurox.TypedJson Class Reference

List of all members.

Public Member Functions

 TypedJson (AtmiCtx ctx, boolean doFinalize, long cPtr, long len)
native void setJSON (String str)
native String getJSON ()

Detailed Description

Typed JSON ATMI buffer


Constructor & Destructor Documentation

org.endurox.TypedJson.TypedJson ( AtmiCtx  ctx,
boolean  doFinalize,
long  cPtr,
long  len 
)

Initialize JSON 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.TypedJson.getJSON (  ) 

Get string value from buffer

Returns:
string value read
native void org.endurox.TypedJson.setJSON ( String  str  ) 

Install string value

Parameters:
str New value to set in string buffer
 All Classes Namespaces Files Functions Variables

Generated on 27 Dec 2021 for endurox-java by  doxygen 1.6.1