IOFileComponent.Write Method
Definition
Writes the data to a stream.
public void Write(Stream stream);
Parameters
| Name | Type | Description |
|---|---|---|
stream |
Stream |
The stream to write to. |
Writes the data to a stream.
public void Write(Stream stream);
| Name | Type | Description |
|---|---|---|
stream |
Stream |
The stream to write to. |