Skip to content

TapFormat.WriteAsync Method

Definition

Writes a strongly typed tape file to a IBinaryWriter.

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

Parameters

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

Returns

ValueTask