Skip to content

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);

View source

Parameters

Name Type Description
path String The path to the file to load.

Returns

ZXSpectrumFile

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);

View source

Parameters

Name Type Description
path String The path of the file in the stream.
stream Stream The file.

Returns

ZXSpectrumFile

The file that was read.