Extensions
01 Syntax
Microsoft.VisualBasic.DataStorage.HDSPack.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| WriteText | 1 | unsafe write text data, you should check the fileName is exists or not before call this write data function. |
| ReadBinary | 1 | Get in-memory stream buffer data from the archive |
03 Members
unsafe write text data, you should check the fileName is exists or not before call this write data function.
Parameters
| Name | Type | Description |
|---|---|---|
pack | StreamPack | - |
text | String | - |
fileName | String | - |
encoding | Encodings | - |
ReadBinary(StreamPack,
String)Get in-memory stream buffer data from the archive
Parameters
| Name | Type | Description |
|---|---|---|
pack | StreamPack | - |
filename | String | - |
Returns
this function will returns nothing if the given resource which is assoctaed with filename is not found inside the package file.