IStreamTransformerFactory interface.MakeEncoder Method
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Creates an encoder for a given stream.
Stream MakeEncoder(Stream ostream)
Creates an encoder for a given stream.
Stream MakeEncoder(Stream ostream)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Stream | ostream | The stream for which an encoder will be created. |
Returns
| Type | Description |
|---|---|
| Stream | A stream that encodes the provided stream. |