Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateBinaryStream ( ) : BinaryStreamBase |
Creates a new binary from an IO session
|
|
CreateIoSession ( ) : |
Aquire an IO Session.
|
|
UnmanagedMemoryStream ( int allocationSize = 4096 ) |
Create a new UnmanagedMemoryStream that allocates its own unmanaged memory.
|
public CreateBinaryStream ( ) : BinaryStreamBase | ||
return | BinaryStreamBase |
public CreateIoSession ( ) : |
||
return |
public UnmanagedMemoryStream ( int allocationSize = 4096 ) | ||
allocationSize | int |