[]
Initializes the encoder with the provided stream.
public void Initialize(IStream stream)
| Type | Name | Description |
|---|---|---|
| IStream | stream | The stream to use for initialization. |
Initializes the encoder with the provided stream.
public void Initialize(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream to use for initialization. |