ZXSpectrumTapeFormat.Read Method
Overloads
| Name | Description |
|---|---|
| Read(Byte[]) | Reads a ZX Spectrum tape file from a byte array. |
| Read(Stream) |
Read(Byte[])
Reads a ZX Spectrum tape file from a byte array.
public new ZXSpectrumTapeFile Read(Byte[] bytes);
Parameters
| Name | Type | Description |
|---|---|---|
| bytes | Byte[] | The byte array to read from. |
Returns
The tape file read from the byte array.
Read(Stream)
public new ZXSpectrumTapeFile Read(Stream stream);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream |