Skip to content

PzxFormat.WriteAsync Method

Definition

Writes a strongly typed tape file to a IBinaryWriter.

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

Parameters

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

Returns

ValueTask