Skip to content

ZXSpectrumSnapshotFormat<TFile>.WriteAsync Method

Overloads

Name Description
WriteAsync(IOFile, IBinaryWriter)
WriteAsync(TFile, IBinaryWriter) Writes a strongly typed snapshot file to a IBinaryWriter.

WriteAsync(IOFile, IBinaryWriter)

protected sealed override ValueTask WriteAsync(IOFile file, IBinaryWriter writer);

View source

Parameters

Name Type Description
file IOFile
writer IBinaryWriter

Returns

ValueTask

WriteAsync(TFile, IBinaryWriter)

Writes a strongly typed snapshot file to a IBinaryWriter.

protected new abstract ValueTask WriteAsync(TFile file, IBinaryWriter writer);

Parameters

Name Type Description
file TFile The file to write.
writer IBinaryWriter The IBinaryWriter to write to.

Returns

ValueTask