AltEncoding.TransformPropertiesFromStream Method
Definition
Namespace: ASNA.DataGate.DataLink.Text
Assembly: ASNA.QSys.DataGate.Client.dll
When overridden in a derived class, reads the given BinaryReader stream and converts it into an ITransformProperties object.
ITransformProperties TransformPropertiesFromStream(BinaryReader br)
When overridden in a derived class, reads the given BinaryReader stream and converts it into an ITransformProperties object.
ITransformProperties TransformPropertiesFromStream(BinaryReader br)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| BinaryReader | br | The BinaryReader stream to read from. |
Returns
| Type | Description |
|---|---|
| ITransformProperties | An ITransformProperties object representing the properties read from the stream. |