MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … More...
MkBufferStreamC - various functions to create and destroy a MkBufferStreamC …
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?)
create and initialize an MkBufferStreamC instance …
Definition at line 278 of file MkBufferStreamC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?)
create and initialize an MkBufferStreamC instance …
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
Definition at line 249 of file MkBufferStreamC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
Definition at line 257 of file MkBufferStreamC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
Definition at line 265 of file MkBufferStreamC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
Definition at line 273 of file MkBufferStreamC.java.
|
static |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
|
static |
Java:
→ C-API [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferStreamCreate but require no cleanup …
Definition at line 293 of file MkBufferStreamC.java.
|
static |
Java:
→ C-API [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferStreamCreate but require no cleanup …
native MkBufferStreamC jvmkkernel.MkBufferStreamC.Dup | ( | ) |
Java:
→ C-API [constructor] MkBufferStreamC src.Dup()
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Create | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?)
create and initialize an MkBufferStreamC instance …
Definition at line 512 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Create1024 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
Definition at line 526 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Create16384 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
Definition at line 540 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Create256 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
Definition at line 554 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Create64 | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?)
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
Definition at line 568 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_CreateTLS | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | tlsName, | ||
jboolean | resetB ) |
Java:
→ C-API [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?)
same as BufferStreamCreate but require no cleanup …
Definition at line 584 of file MkBufferStreamC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmkkernel_MkBufferStreamC_CTOR | ( | JNIEnv * | env, |
jclass | class, | ||
jint | size ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?)
create and initialize an MkBufferStreamC instance …
Definition at line 498 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Dup | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API [constructor] MkBufferStreamC src.Dup()
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
Definition at line 480 of file MkBufferStreamC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkBufferStreamC_Merge | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API [constructor] MkBufferStreamC bus.Merge()
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
Definition at line 462 of file MkBufferStreamC_jv.c.
native MkBufferStreamC jvmkkernel.MkBufferStreamC.Merge | ( | ) |
Java:
→ C-API [constructor] MkBufferStreamC bus.Merge()
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
jvmkkernel.MkBufferStreamC.MkBufferStreamC | ( | ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?)
create and initialize an MkBufferStreamC instance …
Definition at line 283 of file MkBufferStreamC.java.
jvmkkernel.MkBufferStreamC.MkBufferStreamC | ( | int | size | ) |
Java:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?)
create and initialize an MkBufferStreamC instance …
Definition at line 241 of file MkBufferStreamC.java.