MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io … More...
Topics | |
MkBufferStreamC_Class_PY_API | |
MkBufferStreamC - define the class … | |
MkBufferStreamC_TOR_PY_API | |
MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … | |
MkBufferStreamC_Write_PY_API | |
MkBufferStreamC - various functions to write into a MkBufferStreamS … | |
MkBufferStreamC_Read_PY_API | |
MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS … | |
MkBufferStreamC_Misc_PY_API | |
MkBufferStreamC - various functions to create and destroy a MkBufferStreamS … | |
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.
In addition to the binary-array the MkBufferStreamS also include features like:
The MkBufferStreamS inherits the following features from MkBufferS:
The ABSTRACT-CLASS MkBufferStreamS is missing the ILS-storage, the FINAL-CLASSES are:
MkBufferStream16384S, MkBufferStream256S, MkBufferStream64S and MkBufferStream1024S