Skip to content

ZXSpectrumSnapshotFormat<TFile>.Write Method

Overloads

Name Description
Write(IOFile, Stream)
Write(TFile, Stream) Writes a snapshot file to a stream.

Write(IOFile, Stream)

public sealed override void Write(IOFile file, Stream stream);

View source

Parameters

Name Type Description
file IOFile
stream Stream

Write(TFile, Stream)

Writes a snapshot file to a stream.

protected new abstract void Write(TFile file, Stream stream);

Parameters

Name Type Description
file TFile The snapshot file to write.
stream Stream The stream to write to.