MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 395 of file MkBufferC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create1024(?int size = 0?)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 344 of file MkBufferC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create1024(?int size = 0?)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create256(?int size = 0?)
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 352 of file MkBufferC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create256(?int size = 0?)
call the BufferCreate with default type MkBuffer256S (256 byte) …
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create64(?int size = 0?)
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 360 of file MkBufferC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create64(?int size = 0?)
call the BufferCreate with default type MkBuffer64S (64 byte) …
|
static |
Java: doc_mk_jv_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.CreateBUF(MkBufferC val)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java: doc_mk_jv_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
|
static |
Java:
→ C-API [static] MkBufferC MkBufferC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferCreate but require no cleanup
Definition at line 410 of file MkBufferC.java.
|
static |
Java:
→ C-API [static] MkBufferC MkBufferC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferCreate but require no cleanup
native MkBufferC jvmkkernel.MkBufferC.Dup | ( | ) |
Java:
→ C-API [constructor] MkBufferC buf.Dup()
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_Create | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 810 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_Create1024 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create1024(?int size = 0?)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 824 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_Create256 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create256(?int size = 0?)
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 838 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_Create64 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create64(?int size = 0?)
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 852 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateBIN | ( | JNIEnv * | env, |
jclass | class, | ||
jbyteArray | val ) |
Java: doc_mk_jv_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 866 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateBOL | ( | JNIEnv * | env, |
jclass | class, | ||
jboolean | val ) |
Java: doc_mk_jv_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 886 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateBUF | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | val ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.CreateBUF(MkBufferC val)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 900 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateDBL | ( | JNIEnv * | env, |
jclass | class, | ||
jdouble | val ) |
Java: doc_mk_jv_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 916 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateFLT | ( | JNIEnv * | env, |
jclass | class, | ||
jfloat | val ) |
Java: doc_mk_jv_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 930 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateI16 | ( | JNIEnv * | env, |
jclass | class, | ||
jshort | val ) |
Java: doc_mk_jv_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 944 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateI32 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | val ) |
Java: doc_mk_jv_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 958 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateI64 | ( | JNIEnv * | env, |
jclass | class, | ||
jlong | val ) |
Java: doc_mk_jv_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 972 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateI8 | ( | JNIEnv * | env, |
jclass | class, | ||
jbyte | val ) |
Java: doc_mk_jv_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 986 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateSTR | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | val ) |
Java: doc_mk_jv_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1000 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_CreateTLS | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | tlsName, | ||
jboolean | resetB ) |
Java:
→ C-API [static] MkBufferC MkBufferC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferCreate but require no cleanup
Definition at line 1019 of file MkBufferC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmkkernel_MkBufferC_CTOR | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 796 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_Dup | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API [constructor] MkBufferC buf.Dup()
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 778 of file MkBufferC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferC_Merge | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API [constructor] MkBufferC buf.Merge()
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 760 of file MkBufferC_jv.c.
native MkBufferC jvmkkernel.MkBufferC.Merge | ( | ) |
Java:
→ C-API [constructor] MkBufferC buf.Merge()
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
jvmkkernel.MkBufferC.MkBufferC | ( | ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 400 of file MkBufferC.java.
jvmkkernel.MkBufferC.MkBufferC | ( | int | size | ) |
Java:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 336 of file MkBufferC.java.