Skip to content

ZXSpectrumSnapshotFormat<TFile> Class

Definition

Base class for ZX Spectrum snapshot file formats with a specific file type.

public abstract class ZXSpectrumSnapshotFormat<TFile> : ZXSpectrumSnapshotFormat
   where TFile : ZXSpectrumSnapshotFile

View source

Type Parameters

Name Description
TFile The type of snapshot file.

Constructors

Name Description
ZXSpectrumSnapshotFormat(String, String) Base class for ZX Spectrum snapshot file formats with a specific file type.

Methods

Name Description
Read(Byte[]) Reads a snapshot file from a byte array.
Read(Stream) Reads a snapshot file from a stream.
Write(IOFile, Stream)
Write(TFile, Stream) Writes a snapshot file to a stream.