24 private MkBufferC (
long mng,
boolean dummy) {
51 public native
int Pop (String val);
54 public native
int Push (String val);
186 public native
void LogS (String varname,
MkObjectC fmtobj, String callfunc);
194 public void LogS (String varname) {
200 LogS (varname, fmtobj,
null);
210 Log (fmtobj, 0,
null, 0);
215 Log (fmtobj, debug,
null, 0);
220 Log (fmtobj, debug, callfunc, 0);
325 private native
static long CTOR (
int size);
328 private static long CTOR () {
337 this(CTOR(size),
true);
425 case 'O': ret =
GetBOL();
break;
426 case 'Y': ret =
GetI8();
break;
427 case 'S': ret =
GetI16();
break;
428 case 'I': ret =
GetI32();
break;
429 case 'W': ret =
GetI64();
break;
430 case 'F': ret =
GetFLT();
break;
431 case 'D': ret =
GetDBL();
break;
432 case 'C': ret =
GetSTR();
break;
433 case 'B': ret =
GetBIN();
break;
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...
MkErrorC - the class known as err or error is used to create and manage an error message …
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 MkBufferC AppendC(String val)
Java: MkBufferC buf.AppendC(String val) → C-API append a single string to a MkBufferC object …
native int Push(String val)
Java: int buf.Push(String val) → C-API add str to the MkBufferC …
native MkBufferC AppendStringR(String val)
Java: MkBufferC buf.AppendStringR(String val) → C-API append a single string to a MkBufferC obj...
native int Pop(String val)
Java: int buf.Pop(String val) → C-API delete str from the MkBufferC …
static native MkBufferC GetNull()
Java: [static] MkBufferC MkBufferC.GetNull() → C-API Null-Slot - return a MkBufferC typed NULL i...
native MkBufferC Next()
Java: MkBufferC buf.Next() → C-API get next instance from linked-list of MkBufferS type
native MkBufferC Prev()
Java: MkBufferC buf.Prev() → C-API get previous instance from linked-list of MkBufferS type
static native MkBufferC HandleResolve(int netHdl)
Java: [static] MkBufferC MkBufferC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - retur...
static native MkBufferC Instances()
Java: [static] MkBufferC MkBufferC.Instances() → C-API get head-instance from linked-list of MkB...
native byte[] GetBIN()
Java: doc_mk_jv_BufferGetBIN → C-API get a val_out from a MkBufferC …
native String GetStringR()
Java: String buf.GetStringR() → C-API get a val_out from a MkBufferC …
native MkBufferListC GetBFL(MkBufferListC val_inout)
Java: MkBufferListC buf.GetBFL(?MkBufferListC val_inout = null?) → C-API function to read an Mk...
native float GetFLT()
Java: doc_mk_jv_BufferGetFLT → C-API get a val_out from a MkBufferC …
native int GetI32()
Java: doc_mk_jv_BufferGetI32 → C-API get a val_out from a MkBufferC …
native MkBufferC GetBUF()
Java: MkBufferC buf.GetBUF() → C-API get a val_out from a MkBufferC …
MkBufferListC GetBFL()
Java: MkBufferListC buf.GetBFL(?MkBufferListC val_inout = null?) → C-API function to read an Mk...
native boolean GetBOL()
Java: doc_mk_jv_BufferGetBOL → C-API get a val_out from a MkBufferC …
native double GetDBL()
Java: doc_mk_jv_BufferGetDBL → C-API get a val_out from a MkBufferC …
native short GetI16()
Java: doc_mk_jv_BufferGetI16 → C-API get a val_out from a MkBufferC …
native String GetSTR()
Java: doc_mk_jv_BufferGetSTR → C-API get a val_out from a MkBufferC …
native byte GetI8()
Java: doc_mk_jv_BufferGetI8 → C-API get a val_out from a MkBufferC …
native long GetI64()
Java: doc_mk_jv_BufferGetI64 → C-API get a val_out from a MkBufferC …
native boolean IsLocal()
Java: boolean buf.IsLocal() → C-API Check if the MkBufferC is local (temporary),...
void LogS()
Java: buf.LogS(?String varname = "buf"?, ?MkObjectC fmtobj = null?, ?String callfunc = null?...
void LogS(String varname, MkObjectC fmtobj)
Java: buf.LogS(?String varname = "buf"?, ?MkObjectC fmtobj = null?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: buf.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native MkTypeE GetType2()
Java: MkTypeE buf.GetType2() → C-API return the MkTypeE from a MkBufferC …
void LogS(String varname)
Java: buf.LogS(?String varname = "buf"?, ?MkObjectC fmtobj = null?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug)
Java: buf.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native char GetType1()
Java: char buf.GetType1() → C-API return the type from a MkBufferC as single character value …
native void LogS(String varname, MkObjectC fmtobj, String callfunc)
Java: buf.LogS(?String varname = "buf"?, ?MkObjectC fmtobj = null?, ?String callfunc = null?...
native String GetType3()
Java: String buf.GetType3() → C-API return the type from a MkBufferC as single character string...
void Log(MkObjectC fmtobj)
Java: buf.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log()
Java: buf.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native MkBufferC Temp()
Java: MkBufferC buf.Temp() → C-API create a temporary copy of the MkBufferC buf …
native void CastTo(MkTypeE typ)
Java: buf.CastTo(MkTypeE typ) → C-API change the type of an MkBufferC to type …
native MkBufferC Copy(MkBufferC srce)
Java: MkBufferC buf.Copy(MkBufferC srce) → C-API copy the MkBufferC from srce to dest …
native int Cmp(MkBufferC buf2)
Java: int buf1.Cmp(MkBufferC buf2) → C-API compare TWO MkBufferC objects like strcmp do it for ...
native MkBufferC SizeNew(int size)
Java: MkBufferC buf.SizeNew(int size) → C-API alloc min size storage to the buf …
native void ResetFull()
Java: buf.ResetFull() → C-API reset a MkBufferC to the length zero and free allocated storage…
native MkBufferC SizeAdd(int size)
Java: MkBufferC buf.SizeAdd(int size) → C-API add size storage to the buf …
native MkBufferC Reset()
Java: MkBufferC buf.Reset() → C-API reset a MkBufferC to the length zero …
native MkBufferC SetBUF(MkBufferC val)
Java: MkBufferC buf.SetBUF(MkBufferC val) → C-API Set the MkBufferC to the val …
native MkBufferC SetI8(byte val)
Java: doc_mk_jv_BufferSetI8 → C-API Set the MkBufferC to the val …
native MkBufferC SetI32(int val)
Java: doc_mk_jv_BufferSetI32 → C-API Set the MkBufferC to the val …
native MkBufferC SetStringR(String val)
Java: MkBufferC buf.SetStringR(String val) → C-API Set the MkBufferC to the val …
native MkBufferC SetI64(long val)
Java: doc_mk_jv_BufferSetI64 → C-API Set the MkBufferC to the val …
native MkBufferC SetBIN(byte[] val)
Java: doc_mk_jv_BufferSetBIN → C-API Set the MkBufferC to the val …
native MkBufferC SetDBL(double val)
Java: doc_mk_jv_BufferSetDBL → C-API Set the MkBufferC to the val …
native MkBufferC SetI16(short val)
Java: doc_mk_jv_BufferSetI16 → C-API Set the MkBufferC to the val …
native MkBufferC SetSTR(String val)
Java: doc_mk_jv_BufferSetSTR → C-API Set the MkBufferC to the val …
native MkBufferC SetBOL(boolean val)
Java: doc_mk_jv_BufferSetBOL → C-API Set the MkBufferC to the val …
native MkBufferC SetBinaryR(byte[] val)
Java: MkBufferC buf.SetBinaryR(byte[] val) → C-API Set the MkBufferC to the val …
native MkBufferC SetFLT(float val)
Java: doc_mk_jv_BufferSetFLT → C-API Set the MkBufferC to the val …
static native MkBufferC CreateSTR(String val)
Java: doc_mk_jv_BufferCreateSTR → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
native MkBufferC Dup()
Java: [constructor] MkBufferC buf.Dup() → C-API Dup-Constructor - create a new MkBufferC instanc...
static native MkBufferC CreateFLT(float val)
Java: doc_mk_jv_BufferCreateFLT → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
native MkBufferC Merge()
Java: [constructor] MkBufferC buf.Merge() → C-API Merge-Constructor - create a new MkBufferC as ...
static native MkBufferC Create(int size)
Java: [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?) → C-API Constructor - crea...
static MkBufferC Create()
Java: [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?) → C-API Constructor - crea...
static MkBufferC Create256()
Java: [constructor,static] MkBufferC MkBufferC.Create256(?int size = 0?) → C-API call the Buffer...
static native MkBufferC CreateTLS(String tlsName, boolean resetB)
Java: [static] MkBufferC MkBufferC.CreateTLS(String tlsName, ?boolean resetB = true?...
MkBufferC()
Java: [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?) → C-API Constructor - crea...
MkBufferC(int size)
Java: [constructor,static] MkBufferC MkBufferC.Create(?int size = 0?) → C-API Constructor - crea...
static native MkBufferC CreateDBL(double val)
Java: doc_mk_jv_BufferCreateDBL → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
static MkBufferC CreateTLS(String tlsName)
Java: [static] MkBufferC MkBufferC.CreateTLS(String tlsName, ?boolean resetB = true?...
static native MkBufferC CreateBIN(byte[] val)
Java: doc_mk_jv_BufferCreateBIN → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
static native MkBufferC CreateI8(byte val)
Java: doc_mk_jv_BufferCreateI8 → C-API Constructor - create a new MkBufferC with an PRIMITIVE TY...
static MkBufferC Create1024()
Java: [constructor,static] MkBufferC MkBufferC.Create1024(?int size = 0?) → C-API call the Buffe...
static native MkBufferC CreateI32(int val)
Java: doc_mk_jv_BufferCreateI32 → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
static native MkBufferC CreateBOL(boolean val)
Java: doc_mk_jv_BufferCreateBOL → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
static native MkBufferC CreateI64(long val)
Java: doc_mk_jv_BufferCreateI64 → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
static native MkBufferC Create64(int size)
Java: [constructor,static] MkBufferC MkBufferC.Create64(?int size = 0?) → C-API call the BufferC...
static native MkBufferC CreateBUF(MkBufferC val)
Java: [constructor,static] MkBufferC MkBufferC.CreateBUF(MkBufferC val) → C-API Constructor - ...
static native MkBufferC CreateI16(short val)
Java: doc_mk_jv_BufferCreateI16 → C-API Constructor - create a new MkBufferC with an PRIMITIVE...
static native MkBufferC Create1024(int size)
Java: [constructor,static] MkBufferC MkBufferC.Create1024(?int size = 0?) → C-API call the Buffe...
static native MkBufferC Create256(int size)
Java: [constructor,static] MkBufferC MkBufferC.Create256(?int size = 0?) → C-API call the Buffer...
static MkBufferC Create64()
Java: [constructor,static] MkBufferC MkBufferC.Create64(?int size = 0?) → C-API call the BufferC...
native MkBufferListC Dup()
Java: [constructor] MkBufferListC bfl.Dup() → C-API Dup-Constructor - create a new MkBufferListC...
native void SetC(String message, String callfunc, int errnum)
Java: err.SetC(String message, ?String callfunc = null?, ?int errnum = -1?) → C-API 'set' and '...
static native MkErrorC DEFAULT()
Java: [static] MkErrorC MkErrorC.DEFAULT() → C-API default-system-error - default-error …
static void Setup()
Java: [static] Setup() → C-API setup jvmkkernel internal memory …