ZXSpectrumFile Class
Definition
Provides access to all ZX Spectrum file formats and convenience methods for reading files.
public static class ZXSpectrumFile
View source
Fields
| Name |
Description |
| AllFormats |
All supported ZX Spectrum file formats. |
| SnapshotFormats |
All supported ZX Spectrum snapshot file formats. |
| TapeFormats |
All supported ZX Spectrum tape file formats. |
Methods
| Name |
Description |
| Read(String) |
Reads a ZX Spectrum file from disk, detecting the format from the file extension. |
| Read(String, Stream) |
Reads a ZX Spectrum file from a stream, detecting the format from the filename. |