Skip to content

TapeFormat Class

Definition

File format for generic tape files.

public sealed class TapeFormat : IOFileFormat<TapeFile>

View source

Fields

Name Description
Instance The singleton instance of TapeFormat.

Properties

Name Description
CanRead Gets a value indicating whether this format supports reading.
CanWrite Gets a value indicating whether this format supports writing.

Methods

Name Description
ReadAsync(IBinaryReader) Reads a file from an IBinaryReader.
WriteAsync(TapeFile, IBinaryWriter) Writes a strongly typed file to a stream.