MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … More...
MkBufferStreamC - various functions to create and destroy a MkBufferStreamC …
|
static |
Ruby:
→ C-API (constructor,static) MkBufferStreamC MkBufferStreamC.Create(?size:int32=0?)
create and initialize an MkBufferStreamC instance …
Definition at line 627 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferStreamC MkBufferStreamC.Create1024(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
Definition at line 644 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferStreamC MkBufferStreamC.Create16384(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
Definition at line 660 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferStreamC MkBufferStreamC.Create256(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
Definition at line 676 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferStreamC MkBufferStreamC.Create64(?size:int32=0?)
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
Definition at line 692 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferStreamC MkBufferStreamC.CreateTLS(tlsName:string, ?resetB:bool=true?)
same as BufferStreamCreate but require no cleanup …
Definition at line 726 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkBufferStreamC src.Dup()
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
Definition at line 611 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkBufferStreamC bus.Merge()
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
Definition at line 595 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferStreamC MkBufferStreamC.new(?size:int32=0?)
create and initialize an MkBufferStreamC instance …
Definition at line 708 of file MkBufferStreamC_rb.c.