Skip to content

TzxFormat.WriteAsync Method

Definition

Writes a strongly typed tape file to a IBinaryWriter.

protected override ValueTask WriteAsync(TzxFile file, IBinaryWriter writer);

Parameters

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

Returns

ValueTask