TapeFormat Class
Definition
File format for generic tape files.
public sealed class TapeFormat : IOFileFormat<TapeFile>
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 |
|---|---|
| Read(Stream) | Reads a file from a stream. |
| Write(TapeFile, Stream) | Writes a strongly-typed file to a stream. |