Method | Description | |
---|---|---|
FromStream ( Stream stream ) : |
Reads a data blob from the specified stream.
|
|
ToStream ( Stream stream ) : void |
Writes the data blob to the specified stream.
|
Method | Description | |
---|---|---|
ExportDataBlob ( AiExportDataBlob &dataBlob ) : System |
Creates a new ExportDataBlob.
|
|
ExportDataBlob ( String name, Array data ) : System |
Creates a new ExportDataBlob.
|
|
ReadBlob ( BinaryReader reader ) : |
||
WriteBlob ( |
public static FromStream ( Stream stream ) : |
||
stream | Stream | Input stream |
return |
public ToStream ( Stream stream ) : void | ||
stream | Stream | Output stream |
return | void |