23 #ifndef __ccxx_JavaBuffer_hxx 24 #define __ccxx_JavaBuffer_hxx 57 void setSize(
size_t newSize);
61 {
return(_javaBuffer); }
72 void destroyJavaBuffer();
73 void createJavaBuffer();
78 #endif // __ccxx_JavaBuffer_hxx
#define COMMONCPPJVM_API
Definition: Common.h++:128
An object that encapsulates (most of) the Java Native Interface (JNI) to a Java Virtual Machine...
Definition: JavaVirtualMachine.h++:53
A buffer for storing a contiguous sequence of elements.
Definition: Buffer.h++:44
jobject getJavaObject()
Get the JVM object representing the Java direct buffer.
Definition: JavaBuffer.h++:60
Definition: AllocationMap.c++:25
An implementation of Buffer representing a Java direct buffer.
Definition: JavaBuffer.h++:37