MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … More...
MkBufferStreamC - various functions to create and destroy a MkBufferStreamC …
|
static |
Python:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(?size:int32=0?)
create and initialize an MkBufferStreamC instance …
Definition at line 711 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
Definition at line 732 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
Definition at line 752 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
Definition at line 772 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
Definition at line 792 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [static] MkBufferStreamC MkBufferStreamC.CreateTLS(tlsName:string, ?resetB:bool=true?)
same as BufferStreamCreate but require no cleanup …
Definition at line 834 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor] MkBufferStreamC src.Dup()
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
Definition at line 691 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor] MkBufferStreamC bus.Merge()
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
Definition at line 671 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.new(?size:int32=0?)
create and initialize an MkBufferStreamC instance …
Definition at line 812 of file MkBufferStreamC_py.c.