ZXSpectrumTapeFormat<TFile> Class
Definition
Strongly-typed base class for ZX Spectrum tape file formats.
public abstract class ZXSpectrumTapeFormat<TFile> : ZXSpectrumTapeFormat
where TFile : ZXSpectrumTapeFile
Type Parameters
| Name | Description |
|---|---|
| TFile | The type of tape file this format reads and writes. |
Constructors
| Name | Description |
|---|---|
| ZXSpectrumTapeFormat(String, String) | Strongly-typed base class for ZX Spectrum tape file formats. |
Methods
| Name | Description |
|---|---|
| Read(Byte[]) | Reads a tape file from a byte array. |
| Read(Stream) | Reads a tape file from a stream. |
| Write(IOFile, Stream) | |
| Write(TFile, Stream) | Writes a tape file to a stream. |