ZXSpectrumFileFormat.Load Method
Overloads
| Name | Description |
|---|---|
Load(String) |
Loads a ZX Spectrum file from disk. |
Load(String, Stream) |
Loads a ZX Spectrum file from a stream. |
Load(String)
Loads a ZX Spectrum file from disk.
public static new ZXSpectrumFile Load(string path);
Parameters
| Name | Type | Description |
|---|---|---|
path |
String |
The path to the file to load. |
Returns
The file that was read.
Load(String, Stream)
Loads a ZX Spectrum file from a stream.
public static new ZXSpectrumFile Load(string path, Stream stream);
Parameters
| Name | Type | Description |
|---|---|---|
path |
String |
The path of the file in the stream. |
stream |
Stream |
The file. |
Returns
The file that was read.