MkBufferListC - various functions to create and destroy a MkBufferListS … More...
MkBufferListC - various functions to create and destroy a MkBufferListS …
|
static |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?int size = 0?)
Constructs a MkBufferC instance with size storage…
Definition at line 545 of file MkBufferListC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?int size = 0?)
Constructs a MkBufferC instance with size storage…
|
static |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.CreateLA(MkBufferListC args)
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
|
static |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.CreateLA(MkBufferListC args)
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 540 of file MkBufferListC.java.
|
static |
Java:
→ C-API [static] MkBufferListC MkBufferListC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferListCreate but require no cleanup …
Definition at line 560 of file MkBufferListC.java.
|
static |
Java:
→ C-API [static] MkBufferListC MkBufferListC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferListCreate but require no cleanup …
native MkBufferListC jvmkkernel.MkBufferListC.Dup | ( | ) |
Java:
→ C-API [constructor] MkBufferListC bfl.Dup()
Dup-Constructor - create a new MkBufferListC instance as copy from an existing MkBufferListC instance …
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferListC_Create | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?int size = 0?)
Constructs a MkBufferC instance with size storage…
Definition at line 900 of file MkBufferListC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferListC_CreateLA | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | args ) |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.CreateLA(MkBufferListC args)
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 914 of file MkBufferListC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferListC_CreateTLS | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | tlsName, | ||
jboolean | resetB ) |
Java:
→ C-API [static] MkBufferListC MkBufferListC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferListCreate but require no cleanup …
Definition at line 932 of file MkBufferListC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmkkernel_MkBufferListC_CTOR | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?int size = 0?)
Constructs a MkBufferC instance with size storage…
Definition at line 886 of file MkBufferListC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferListC_Dup | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API [constructor] MkBufferListC bfl.Dup()
Dup-Constructor - create a new MkBufferListC instance as copy from an existing MkBufferListC instance …
Definition at line 868 of file MkBufferListC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferListC_Merge | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API [constructor] MkBufferListC bfl.Merge()
Merge-Constructor - constructs a MkBufferListC instance as a merge from an existing MkBufferListC instance …
Definition at line 850 of file MkBufferListC_jv.c.
native MkBufferListC jvmkkernel.MkBufferListC.Merge | ( | ) |
Java:
→ C-API [constructor] MkBufferListC bfl.Merge()
Merge-Constructor - constructs a MkBufferListC instance as a merge from an existing MkBufferListC instance …
jvmkkernel.MkBufferListC.MkBufferListC | ( | ) |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?int size = 0?)
Constructs a MkBufferC instance with size storage…
Definition at line 550 of file MkBufferListC.java.
jvmkkernel.MkBufferListC.MkBufferListC | ( | int | size | ) |
Java:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?int size = 0?)
Constructs a MkBufferC instance with size storage…
Definition at line 532 of file MkBufferListC.java.