theKernel 10.0
Loading...
Searching...
No Matches
jvmkkernel.MkBufferStreamC Class Reference

MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-ioMore...

+ Inheritance diagram for jvmkkernel.MkBufferStreamC:
+ Collaboration diagram for jvmkkernel.MkBufferStreamC:

Public Member Functions

native MkBufferStreamC Next ()
  Java: MkBufferStreamC bus.Next() C-API
get next instance from linked-list of MkBufferStreamS type
 
native MkBufferStreamC Prev ()
  Java: MkBufferStreamC bus.Prev() C-API
get previous instance from linked-list of MkBufferStreamS type
 
native MkBufferStreamC Copy (MkBufferStreamC src)
  Java: MkBufferStreamC bus.Copy(MkBufferStreamC src) C-API
copy the MkBufferStreamC from src to bus
 
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
 
void Log ()
  Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkBufferStreamC
 
void Log (MkObjectC fmtobj)
  Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkBufferStreamC
 
void Log (MkObjectC fmtobj, int debug)
  Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkBufferStreamC
 
void Log (MkObjectC fmtobj, int debug, String callfunc)
  Java: bus.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkBufferStreamC
 
native void PosToStart ()
  Java: bus.PosToStart() C-API
set the current-access-position to the start of MkBufferStreamC
 
native void ResetFull ()
  Java: bus.ResetFull() C-API
reset a MkBufferStreamC to the length zero and free allocated storage…
 
native MkBufferListC ReadALL (MkBufferListC val_inout)
  Java: MkBufferListC bus.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the MkBufferStreamC
 
MkBufferListC ReadALL ()
  Java: MkBufferListC bus.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the MkBufferStreamC
 
native MkBufferListC ReadBFL ()
  Java: MkBufferListC bus.ReadBFL() C-API
read a MkBufferListC from the MkBufferStreamC
 
native MkBufferC ReadBUF ()
  Java: MkBufferC bus.ReadBUF() C-API
read a val_out from the MkBufferStreamC
 
native MkTypeE ReadGetNextType ()
  Java: MkTypeE bus.ReadGetNextType() C-API
get the type (MkTypeE) of the next Item in the MkBufferStreamC or "0" if not available
 
native int ReadGetNumItems ()
  Java: int bus.ReadGetNumItems() C-API
get the number of items left in the MkBufferStreamC
 
native boolean ReadItemExists ()
  Java: boolean bus.ReadItemExists() C-API
check if an item exists in the read-data-package
 
native void ReadL_END ()
  Java: bus.ReadL_END() C-API
END read a list-item-type 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 MkBufferStreamC
 
void ReadL_START ()
  Java: bus.ReadL_START(?MkBufferC buf = null?) C-API
START read a list-item-type from the MkBufferStreamC
 
native void ReadUndo ()
  Java: bus.ReadUndo() C-API
undo the last MkBufferStreamC READ function call …
 
native byte[] ReadBIN ()
  Java: doc_mk_jv_BufferStreamReadBIN C-API
read a val_out from the MkBufferStreamC
 
native boolean ReadBOL ()
  Java: doc_mk_jv_BufferStreamReadBOL C-API
read a val_out from the MkBufferStreamC
 
native double ReadDBL ()
  Java: doc_mk_jv_BufferStreamReadDBL 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 int ReadI32 ()
  Java: doc_mk_jv_BufferStreamReadI32 C-API
read a val_out from the MkBufferStreamC
 
native long ReadI64 ()
  Java: doc_mk_jv_BufferStreamReadI64 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 long ReadLONG ()
  Java: long bus.ReadLONG() C-API
read the long native object from the MkBufferStreamC
 
native String ReadSTR ()
  Java: doc_mk_jv_BufferStreamReadSTR C-API
read a val_out from the MkBufferStreamC
 
native MkBufferStreamC Merge ()
  Java: [constructor] MkBufferStreamC bus.Merge() C-API
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
 
native MkBufferStreamC Dup ()
  Java: [constructor] MkBufferStreamC src.Dup() C-API
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
 
 MkBufferStreamC (int size)
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) C-API
create and initialize an MkBufferStreamC instance …
 
 MkBufferStreamC ()
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) C-API
create and initialize an MkBufferStreamC instance …
 
native void WriteBFL (MkBufferListC bfl)
  Java: bus.WriteBFL(MkBufferListC bfl) C-API
write a MkBufferListC into the MkBufferStreamC
 
native void WriteBIN (byte[] val)
  Java: doc_mk_jv_BufferStreamWriteBIN C-API
write a PRIMITIVE 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 WriteBUF (MkBufferC val)
  Java: bus.WriteBUF(MkBufferC val) C-API
write a PRIMITIVE TYPE into the MkBufferStreamC
 
native void WriteBUS_FLAT (MkBufferStreamC add)
  Java: bus.WriteBUS_FLAT(MkBufferStreamC add) C-API
write a MkBufferStreamC into the MkBufferStreamC
 
native void WriteDBL (double val)
  Java: doc_mk_jv_BufferStreamWriteDBL 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 WriteHDL (int val)
  Java: bus.WriteHDL(int val) C-API
write the handle into the MkBufferStreamC
 
native void WriteI32 (int val)
  Java: doc_mk_jv_BufferStreamWriteI32 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 WriteI8 (byte val)
  Java: doc_mk_jv_BufferStreamWriteI8 C-API
write a PRIMITIVE TYPE into the MkBufferStreamC
 
native void WriteLONG (long val)
  Java: bus.WriteLONG(long val) C-API
write the long native object into the MkBufferStreamC
 
native void WriteL_END ()
  Java: bus.WriteL_END() C-API
END write a list-item-type into the MkBufferStreamC
 
native void WriteL_FLAT (MkBufferListC bfl)
  Java: bus.WriteL_FLAT(MkBufferListC bfl) C-API
write a MkBufferListC FLAT into the MkBufferStreamC
 
native void WriteL_START ()
  Java: bus.WriteL_START() C-API
START write a list-item-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
 
void WriteSTR (String val)
  Java: doc_mk_jv_BufferStreamWriteSTR C-API
write a PRIMITIVE TYPE into the MkBufferStreamC
 
- Public Member Functions inherited from jvmkkernel.MkObjectC
void close ()
 
String toString ()
 
native void HandleDelete ()
  Java: netObj.HandleDelete() C-API
Handle-Delete-Slot - delete a netObj from handle-storage …
 
native boolean HandleExists ()
  Java: boolean obj.HandleExists() C-API
check if obj has already a handle defined…
 
native int HandleGet ()
  Java: int obj.HandleGet() C-API
Handle-Get-Slot - returns a export-hdl to the MkObjectC useable for external storage
 
native int HandleGetOfType ()
  Java: int obj.HandleGetOfType() C-API
Export-Slot - returns typeHdl of the obj .
 
native int HandleGetOr0 ()
  Java: int obj.HandleGetOr0() C-API
return export-hdl or 0 in not created…
 
native void DbgDump (String message, String callfunc)
  Java: obj.DbgDump(?String message = "var"?, ?String callfunc = null?) C-API
debug: Dump a instance to stderr with LNG and MQ internal data…
 
void DbgDump ()
  Java: obj.DbgDump(?String message = "var"?, ?String callfunc = null?) C-API
debug: Dump a instance to stderr with LNG and MQ internal data…
 
void DbgDump (String message)
  Java: obj.DbgDump(?String message = "var"?, ?String callfunc = null?) C-API
debug: Dump a instance to stderr with LNG and MQ internal data…
 
native void DbgL (String message, int debug, String callfunc, int lvl)
  Java: fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
 
void DbgL (String message)
  Java: fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
 
void DbgL (String message, int debug)
  Java: fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
 
void DbgL (String message, int debug, String callfunc)
  Java: fmtobj.DbgL(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a instance-marker to the MkLogFileC (default: stderr) using the fmtobj as prefix …
 
native void DbgLogC (String callfunc)
  Java: obj.DbgLogC(?String callfunc = null?) C-API
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
 
void DbgLogC ()
  Java: obj.DbgLogC(?String callfunc = null?) C-API
debug: write a short-obj-summary to MkLogFileC (default: stderr) …
 
native void DbgO (String callfunc)
  Java: obj.DbgO(?String callfunc = null?) C-API
debug: write the object-details to MkLogFileC (default: stderr) …
 
void DbgO ()
  Java: obj.DbgO(?String callfunc = null?) C-API
debug: write the object-details to MkLogFileC (default: stderr) …
 
native void DbgSTACK (int skip, int num, String callfunc)
  Java: fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?) C-API
debug: write the stack-trace to MkLogFileC (default: stderr) …
 
void DbgSTACK ()
  Java: fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?) C-API
debug: write the stack-trace to MkLogFileC (default: stderr) …
 
void DbgSTACK (int skip)
  Java: fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?) C-API
debug: write the stack-trace to MkLogFileC (default: stderr) …
 
void DbgSTACK (int skip, int num)
  Java: fmtobj.DbgSTACK(?int skip = 0?, ?int num = -1?, ?String callfunc = null?) C-API
debug: write the stack-trace to MkLogFileC (default: stderr) …
 
native void LogC (String message, int debug, String callfunc)
  Java: fmtobj.LogC(String message, ?int debug = 0?, ?String callfunc = null?) C-API
write a logging-message to MkLogFileC (default: stderr) using the internal format …
 
void LogC (String message)
  Java: fmtobj.LogC(String message, ?int debug = 0?, ?String callfunc = null?) C-API
write a logging-message to MkLogFileC (default: stderr) using the internal format …
 
void LogC (String message, int debug)
  Java: fmtobj.LogC(String message, ?int debug = 0?, ?String callfunc = null?) C-API
write a logging-message to MkLogFileC (default: stderr) using the internal format …
 
native void LogHEX (String callfunc, byte[] data)
  Java: fmtobj.LogHEX(?String callfunc = null?, byte[] data) C-API
log binaray data as HEX into the MkLogFileC (default: stderr) …
 
native void Log (MkObjectC fmtobj, int debug, String callfunc, int lvl)
  Java: obj.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
Log-Slot - log a summary of an object to the MkLogFileC (default: stderr) target …
 
native void LogLong (MkObjectC fmtobj, int debug, String callfunc, int lvl)
  Java: obj.LogLong(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS verbose into the MkLogFileC (default: stderr) …
 
void LogLong ()
  Java: obj.LogLong(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS verbose into the MkLogFileC (default: stderr) …
 
void LogLong (MkObjectC fmtobj)
  Java: obj.LogLong(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS verbose into the MkLogFileC (default: stderr) …
 
void LogLong (MkObjectC fmtobj, int debug)
  Java: obj.LogLong(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS verbose into the MkLogFileC (default: stderr) …
 
void LogLong (MkObjectC fmtobj, int debug, String callfunc)
  Java: obj.LogLong(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS verbose into the MkLogFileC (default: stderr) …
 
native void LogShort (MkObjectC fmtobj, int debug, String callfunc, int lvl)
  Java: obj.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogShort ()
  Java: obj.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogShort (MkObjectC fmtobj)
  Java: obj.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogShort (MkObjectC fmtobj, int debug)
  Java: obj.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogShort (MkObjectC fmtobj, int debug, String callfunc)
  Java: obj.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the MkObjectS into the MkLogFileC (default: stderr) …
 
native void LogType (MkObjectC fmtobj, int debug, String callfunc, int lvl)
  Java: obj.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the tyoe of the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogType ()
  Java: obj.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the tyoe of the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogType (MkObjectC fmtobj)
  Java: obj.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the tyoe of the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogType (MkObjectC fmtobj, int debug)
  Java: obj.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the tyoe of the MkObjectS into the MkLogFileC (default: stderr) …
 
void LogType (MkObjectC fmtobj, int debug, String callfunc)
  Java: obj.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the tyoe of the MkObjectS into the MkLogFileC (default: stderr) …
 
native MkErrorC ErrorCatch (Throwable exception, String callfunc)
  Java: MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?) C-API
convert a programming-language-error into an jvmkkernel error …
 
MkErrorC ErrorCatch ()
  Java: MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?) C-API
convert a programming-language-error into an jvmkkernel error …
 
MkErrorC ErrorCatch (Throwable exception)
  Java: MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?) C-API
convert a programming-language-error into an jvmkkernel error …
 
native MkErrorC ToError ()
  Java: MkErrorC obj.ToError() C-API
Error-Slot - return an error-object pre initialized with obj data.
 
native boolean IsNull ()
  Java: boolean obj.IsNull() C-API
ckeck if the object is null
 
native String ToName ()
  Java: String obj.ToName() C-API
Info-Slot - returns brief information about the obj as a string
 
native String ToNameOfClass ()
  Java: String obj.ToNameOfClass() C-API
Class-Slot - returns the Java-Class-Name of the obj as string
 
native String ToNameOfType ()
  Java: String obj.ToNameOfType() C-API
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
 
native String ToString ()
  Java: String inst.ToString() C-API
String-Slot - returns the string representation of the inst
 
native int RefGet ()
 MkRefGet
 
native void SysKill (int pid, int signal)
 MkSysKill
 
native int SysGetPid ()
 MkSysGetPid
 
native void Dispose ()
  Java: [destructor] obj.Dispose() C-API
Dispose-Slot - untie the connection between the Native-Java-Instance and the jvmkkernel-Instance.
 
native void Delete ()
  Java: [destructor] obj.Delete() C-API
Delete-Slot - delete an instance.
 
void printP ()
 
void L0 ()
 
void L1 ()
 
void L2 ()
 
void L3 ()
 
void L4 ()
 
void L5 ()
 
void L6 ()
 
void L7 ()
 
void L8 ()
 
void L9 ()
 
void LA ()
 
void LB ()
 
void LE ()
 
void printL (String name, Object val)
 

Static Public Member Functions

static native MkBufferStreamC HandleResolve (int netHdl)
  Java: [static] MkBufferStreamC MkBufferStreamC.HandleResolve(int netHdl) C-API
Handle-Resolve-Slot - return a MkBufferStreamC from netHdl or null if invalid…
 
static native MkBufferStreamC Instances ()
  Java: [static] MkBufferStreamC MkBufferStreamC.Instances() C-API
get head-instance from linked-list of MkBufferStreamS type …
 
static native MkBufferStreamC GetNull ()
  Java: [static] MkBufferStreamC MkBufferStreamC.GetNull() C-API
Null-Slot - return a MkBufferStreamC typed NULL instance …
 
static native MkBufferStreamC Create (int size)
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) C-API
create and initialize an MkBufferStreamC instance …
 
static native MkBufferStreamC Create1024 (int size)
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
 
static MkBufferStreamC Create1024 ()
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
 
static native MkBufferStreamC Create16384 (int size)
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
 
static MkBufferStreamC Create16384 ()
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
 
static native MkBufferStreamC Create256 (int size)
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
 
static MkBufferStreamC Create256 ()
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
 
static native MkBufferStreamC Create64 (int size)
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
 
static MkBufferStreamC Create64 ()
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?int size = 0?) C-API
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
 
static MkBufferStreamC Create ()
  Java: [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?int size = 0?) C-API
create and initialize an MkBufferStreamC instance …
 
static native MkBufferStreamC CreateTLS (String tlsName, boolean resetB)
  Java: [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?) C-API
same as BufferStreamCreate but require no cleanup …
 
static MkBufferStreamC CreateTLS (String tlsName)
  Java: [static] MkBufferStreamC MkBufferStreamC.CreateTLS(String tlsName, ?boolean resetB = true?) C-API
same as BufferStreamCreate but require no cleanup …
 
- Static Public Member Functions inherited from jvmkkernel.MkObjectC
static native void HandleDeleteByNetHdl (int netHdl)
  Java: [static] MkObjectC.HandleDeleteByNetHdl(int netHdl) C-API
Handle-Delete-Slot - delete a netHdl from handle-storage …
 
static native void DbgM (String message, int debug, String callfunc, int lvl)
  Java: [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a static-marker to the MkLogFileC (default: stderr) …
 
static void DbgM (String message)
  Java: [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a static-marker to the MkLogFileC (default: stderr) …
 
static void DbgM (String message, int debug)
  Java: [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a static-marker to the MkLogFileC (default: stderr) …
 
static void DbgM (String message, int debug, String callfunc)
  Java: [static] MkObjectC.DbgM(String message, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
debug: write a static-marker to the MkLogFileC (default: stderr) …
 
static native int SysHashI32 (String key, int length)
 MkSysHashI32
 
static int SysHashI32 (String key)
 MkSysHashI32
 
static native String SysHashSTR (String key, int length)
 MkSysHashSTR
 
static String SysHashSTR (String key)
 MkSysHashSTR
 
static native void DeleteCallbackCleanup (String ident)
  Java: [static] MkObjectC.DeleteCallbackCleanup(String ident) C-API
cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup
 
static native void DeleteCallbackSetup (String ident, MkObjectDeleteIF callback, String filter)
  Java: [static] MkObjectC.DeleteCallbackSetup(String ident, ?MkObjectDeleteIF callback = null?, ?String filter = null?) C-API
Create/Delete the instance-delete-callback
 
static void DeleteCallbackSetup (String ident)
  Java: [static] MkObjectC.DeleteCallbackSetup(String ident, ?MkObjectDeleteIF callback = null?, ?String filter = null?) C-API
Create/Delete the instance-delete-callback
 
static void DeleteCallbackSetup (String ident, MkObjectDeleteIF callback)
  Java: [static] MkObjectC.DeleteCallbackSetup(String ident, ?MkObjectDeleteIF callback = null?, ?String filter = null?) C-API
Create/Delete the instance-delete-callback
 
static int getPId ()
 
static long getTId ()
 
static String getCallerProc (int level)
 
static String getCallerProc ()
 
static String getStackTrace (int level)
 
static String getStackTrace ()
 
static int getCallerLine (int level)
 
static int getCallerLine ()
 
static String getCallerFile (int level)
 
static String getCallerFile ()
 
static void SF (String msg, String name, int framelvl)
 
static void SF (String msg)
 
static void SF (String msg, String name)
 
static void printP (long ptr, String name, int framelvl)
 
static void printO (byte byt, String name, int framelvl)
 
static void printBool (boolean bol, String name, int framelvl)
 
static void printObj (Object id, String caller, int framelvl)
 
static void printObj (Object id, String caller)
 
static void printObj (Object id)
 
static void printC (String id, String name, int framelvl)
 
static void printC (String id)
 
static void printTyp (MkObjectC id, String name, int framelvl)
 
static void printStack (String name, int framelvl)
 
static void M0 ()
 
static void M1 ()
 
static void M2 ()
 
static void M3 ()
 
static void M4 ()
 
static void M5 ()
 
static void M6 ()
 
static void M7 ()
 
static void M8 ()
 
static void M9 ()
 
static void MA ()
 
static void MB ()
 
static void MC ()
 
static void MD ()
 
static void ME ()
 

Additional Inherited Members

- Protected Member Functions inherited from jvmkkernel.MkObjectC
 MkObjectC (long mng, boolean dummy)
 This contructor is used internal to create an java-object for an already existing libmqmsgque-object.
 
void Dispose (boolean disposing)
 
- Static Package Functions inherited from jvmkkernel.MkObjectC

Detailed Description

MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io

The MkBufferStreamC is required to send data via a socket (pipe,tcp,uds,...). The data is organized as a continuous binary-array. Each item is preceded by type and, if applicable, size information.

‍See also: MkBufferC, MkBufferListC

C-Kernel-Details

The ABSTRACT-CLASS MkBufferStreamS has the private-parent-class MkBufferS and is used to store typed-data in a continuous binary-array at MkBufferS::storage.

private-parent-class mean:
MkBufferStreamS use the features of MkBufferS but does not expose the API

In addition to the binary-array the MkBufferStreamS also include features like:

  1. the encoding: MkBufferStreamS::endian_is_wrong
  2. the total number of items: MkBufferStreamS::numItems
  3. current position pointer: MkBufferStreamS::cur
  4. support for recursion: embedding a MkBufferStreamS into a MkBufferStreamS

The MkBufferStreamS inherits the following features from MkBufferS:

  1. the storage: MkBufferS::storage
  2. the type: MkBufferS::type
  3. the ILS: MkBufferS::ils

The ABSTRACT-CLASS MkBufferStreamS is missing the ILS-storage, the FINAL-CLASSES are:

MkBufferStream16384S, MkBufferStream256S, MkBufferStream64S and MkBufferStream1024S

See also
MkBufferC, MkBufferListC

Definition at line 18 of file MkBufferStreamC.java.


The documentation for this class was generated from the following file: