Skip to content

ZXSpectrumSnapshotFormat Constructors

Base class for ZX Spectrum snapshot file formats.

protected ZXSpectrumSnapshotFormat(string name, string fileExtension, Type fileType);

View source

Parameters

Name Type Description
name String The name of the format.
fileExtension String The file extension for the format.
fileType Type The type of file for the format.