TzxFormat Class
Definition
The TZX tape file format for the ZX Spectrum.
public sealed class TzxFormat : ZXSpectrumTapeFormat<TzxFile>
Fields
| Name | Description |
|---|---|
Instance |
Gets the singleton instance of the TZX format. |
Methods
| Name | Description |
|---|---|
CreateConverters() |
|
ReadAsync(IBinaryReader) |
|
WriteAsync(TzxFile, IBinaryWriter) |
Writes a strongly typed tape file to a IBinaryWriter. |