110 Log (fmtobj, 0,
null, 0);
115 Log (fmtobj, debug,
null, 0);
120 Log (fmtobj, debug, callfunc, 0);
230 private native
static long CTOR (
int size);
233 private static long CTOR () {
242 this(CTOR(size),
true);
MkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic,...
MkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBuffer...
MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used fo...
MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PL...
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-...
Java: enum MkTypeE → C-API
native MkBufferStreamC Prev()
Java: MkBufferStreamC bus.Prev() → C-API get previous instance from linked-list of MkBufferStre...
native MkBufferStreamC Next()
Java: MkBufferStreamC bus.Next() → C-API get next instance from linked-list of MkBufferStreamS ...
static native MkBufferStreamC HandleResolve(int netHdl)
Java: [static] MkBufferStreamC MkBufferStreamC.HandleResolve(int netHdl) → C-API Handle-Resolve-...
static native MkBufferStreamC Instances()
Java: [static] MkBufferStreamC MkBufferStreamC.Instances() → C-API get head-instance from linked...
static native MkBufferStreamC GetNull()
Java: [static] MkBufferStreamC MkBufferStreamC.GetNull() → C-API Null-Slot - return a MkBufferSt...
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native MkBufferStreamC Reset()
Java: MkBufferStreamC bus.Reset() → C-API reset a MkBufferStreamC to the length zero …
native MkBufferListC ToBFL()
Java: MkBufferListC bus.ToBFL() → C-API convert the bus into a MkBufferListC …
native void ResetFull()
Java: bus.ResetFull() → C-API reset a MkBufferStreamC to the length zero and free allocated sto...
native void PosToStart()
Java: bus.PosToStart() → C-API set the current-access-position to the start of MkBufferStreamC ...
void Log(MkObjectC fmtobj)
Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log()
Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug)
Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native MkBufferStreamC Copy(MkBufferStreamC src)
Java: MkBufferStreamC bus.Copy(MkBufferStreamC src) → C-API copy the MkBufferStreamC from src t...
native long ReadI64()
Java: doc_mk_jv_BufferStreamReadI64 → C-API read a val_out from the MkBufferStreamC …
native float ReadFLT()
Java: doc_mk_jv_BufferStreamReadFLT → C-API read a val_out from the MkBufferStreamC …
native byte[] ReadBIN()
Java: doc_mk_jv_BufferStreamReadBIN → C-API read a val_out from the MkBufferStreamC …
native int ReadI32()
Java: doc_mk_jv_BufferStreamReadI32 → C-API read a val_out from the MkBufferStreamC …
native void ReadL_START(MkBufferC buf)
Java: bus.ReadL_START(?MkBufferC buf = null?) → C-API START read a list-item-type from the MkBu...
native MkBufferC ReadBUF()
Java: MkBufferC bus.ReadBUF() → C-API read a val_out from the MkBufferStreamC …
MkBufferListC ReadALL()
Java: MkBufferListC bus.ReadALL(?MkBufferListC val_inout = null?) → C-API get a temporary MkBuf...
native void ReadL_END()
Java: bus.ReadL_END() → C-API END read a list-item-type from the MkBufferStreamC …
native MkTypeE ReadGetNextType()
Java: MkTypeE bus.ReadGetNextType() → C-API get the type (MkTypeE) of the next Item in the MkBu...
native long ReadLONG()
Java: long bus.ReadLONG() → C-API read the long native object from the MkBufferStreamC …
native void ReadUndo()
Java: bus.ReadUndo() → C-API undo the last MkBufferStreamC READ function call …
native MkBufferListC ReadBFL()
Java: MkBufferListC bus.ReadBFL() → C-API read a MkBufferListC from the MkBufferStreamC …
native boolean ReadBOL()
Java: doc_mk_jv_BufferStreamReadBOL → C-API read a val_out from the MkBufferStreamC …
native MkBufferListC ReadALL(MkBufferListC val_inout)
Java: MkBufferListC bus.ReadALL(?MkBufferListC val_inout = null?) → C-API get a temporary MkBuf...
native String ReadSTR()
Java: doc_mk_jv_BufferStreamReadSTR → C-API read a val_out from the MkBufferStreamC …
native byte ReadI8()
Java: doc_mk_jv_BufferStreamReadI8 → C-API read a val_out from the MkBufferStreamC …
native int ReadGetNumItems()
Java: int bus.ReadGetNumItems() → C-API get the number of items left in the MkBufferStreamC …
void ReadL_START()
Java: bus.ReadL_START(?MkBufferC buf = null?) → C-API START read a list-item-type from the MkBu...
native double ReadDBL()
Java: doc_mk_jv_BufferStreamReadDBL → C-API read a val_out from the MkBufferStreamC …
native boolean ReadItemExists()
Java: boolean bus.ReadItemExists() → C-API check if an item exists in the read-data-package …
static native MkBufferStreamC Create(int size)
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) → C-API create...
static MkBufferStreamC Create64()
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?...
native MkBufferStreamC Merge()
Java: [constructor] MkBufferStreamC bus.Merge() → C-API Merge-Constructor - create a new MkBuffe...
static native MkBufferStreamC Create1024(int size)
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?...
static MkBufferStreamC Create256()
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?...
static MkBufferStreamC Create16384()
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?...
MkBufferStreamC(int size)
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) → C-API create...
static native MkBufferStreamC Create256(int size)
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?...
MkBufferStreamC()
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) → C-API create...
static native MkBufferStreamC CreateTLS(String tlsName, boolean resetB)
Java: [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?...
static native MkBufferStreamC Create64(int size)
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?...
static MkBufferStreamC CreateTLS(String tlsName)
Java: [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?...
native MkBufferStreamC Dup()
Java: [constructor] MkBufferStreamC src.Dup() → C-API Dup-Constructor - create a new MkBufferStr...
static native MkBufferStreamC Create16384(int size)
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?...
static MkBufferStreamC Create()
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) → C-API create...
static MkBufferStreamC Create1024()
Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?...
native void WriteL_FLAT(MkBufferListC bfl)
Java: bus.WriteL_FLAT(MkBufferListC bfl) → C-API write a MkBufferListC FLAT into the MkBufferSt...
native void WriteLONG(long val)
Java: bus.WriteLONG(long val) → C-API write the long native object into the MkBufferStreamC …
native void WriteBUS_FLAT(MkBufferStreamC add)
Java: bus.WriteBUS_FLAT(MkBufferStreamC add) → C-API write a MkBufferStreamC into the MkBufferS...
native void WriteHDL(int val)
Java: bus.WriteHDL(int val) → C-API write the handle into the MkBufferStreamC …
native void WriteBUF(MkBufferC val)
Java: bus.WriteBUF(MkBufferC val) → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteI32(int val)
Java: doc_mk_jv_BufferStreamWriteI32 → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteSTR(String val, int len)
Java: doc_mk_jv_BufferStreamWriteSTR → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteBIN(byte[] val)
Java: doc_mk_jv_BufferStreamWriteBIN → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteFLT(float val)
Java: doc_mk_jv_BufferStreamWriteFLT → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteL_END()
Java: bus.WriteL_END() → C-API END write a list-item-type into the MkBufferStreamC …
native void WriteDBL(double val)
Java: doc_mk_jv_BufferStreamWriteDBL → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteL_START()
Java: bus.WriteL_START() → C-API START write a list-item-type into the MkBufferStreamC …
native void WriteBOL(boolean val)
Java: doc_mk_jv_BufferStreamWriteBOL → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteI8(byte val)
Java: doc_mk_jv_BufferStreamWriteI8 → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteI64(long val)
Java: doc_mk_jv_BufferStreamWriteI64 → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
native void WriteBFL(MkBufferListC bfl)
Java: bus.WriteBFL(MkBufferListC bfl) → C-API write a MkBufferListC into the MkBufferStreamC …
void WriteSTR(String val)
Java: doc_mk_jv_BufferStreamWriteSTR → C-API write a PRIMITIVE TYPE into the MkBufferStreamC …
static void Setup()
Java: [static] Setup() → C-API setup jvmkkernel internal memory …