Skip to content

TapeFormat.Read Method

Definition

Reads a file from a stream.

public override IOFile Read(Stream stream);

View source

Parameters

Name Type Description
stream Stream The stream to read from.

Returns

IOFile

The file that was read.