Skip to content

RzxFormat.WriteAsync Method

Definition

Writes a strongly typed recording file to a IBinaryWriter.

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

Parameters

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

Returns

ValueTask