ZXSpectrumTapeFormat.ReadTape Method
Definition
Reads a ZX Spectrum tape file from a stream.
protected abstract ZXSpectrumTapeFile ReadTape(Stream stream);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream to read from. |
Returns
The tape file read from the stream.