Skip to content

TapeFormat.WriteAsync Method

Definition

Writes a strongly typed file to a stream.

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

View source

Parameters

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

Returns

ValueTask