TapeFile Class
Definition
A generic tape file composed of a sequence of blocks.
public sealed class TapeFile : IOFile
Properties
| Name | Description |
|---|---|
| Blocks | Gets the blocks in the tape file. |
| IsFinished | Gets a value indicating whether the tape has reached the end. |
Methods
| Name | Description |
|---|---|
| Advance(Int32) | Advances the tape by tStates T-states, returning the current signal level. |
| Start() | Starts playback from the beginning of the tape. |