TapeFormat.Read Method
Definition
Reads a file from a stream.
public override IOFile Read(Stream stream);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream to read from. |
Returns
The file that was read.
Reads a file from a stream.
public override IOFile Read(Stream stream);
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream to read from. |
The file that was read.