Skip to content

TapeFormat.Write Method

Definition

Writes a strongly-typed file to a stream.

protected override void Write(TapeFile file, Stream stream);

View source

Parameters

Name Type Description
file TapeFile The file to write.
stream Stream The stream to write to.