endurox-java
|
Public Member Functions | |
TypedNull (AtmiCtx ctx, boolean doFinalize, long cPtr, long len) | |
![]() | |
native void | tprealloc (long size) |
TypedBuffer (AtmiCtx ctx, boolean doFinalize, long cPtr, long len) | |
void | setAtmiCtx (AtmiCtx ctx) |
void | cleanup () |
void | setDoFinalize (boolean b) |
native TpTypesResult | tptypes () |
Additional Inherited Members | |
![]() | |
void | finalize () throws Throwable |
Typed NULL buffer
org.endurox.TypedNull.TypedNull | ( | AtmiCtx | ctx, |
boolean | doFinalize, | ||
long | cPtr, | ||
long | len | ||
) |
Initialize TPINIT buffer
ctx[in] | ATMI Context allocated this method |
doFinalize[in] | Should |
cPtr[in] | C pointer to allocated block |
len[in] | Conditional buffer length |