|
Pasti file Reader-Writer
1.0
Pasti files
|
The reader class More...
Public Types | |
| enum | PastiStatus { PastiStatus.Ok = 0, PastiStatus.FileNotFound, PastiStatus.NotPastiFile, PastiStatus.UnsupportedVersion } |
| Status returned when reading Pasti file More... | |
Public Member Functions | |
| PastiReader (TextBox tb) | |
| The Pasti reader constructor More... | |
| PastiStatus | readPasti (string fileName, Floppy fd) |
| Read a Pasti file and fills the Floppy structure More... | |
The reader class
Definition at line 36 of file PastiRead.cs.
Status returned when reading Pasti file
| Enumerator | |
|---|---|
| Ok |
File read correctly |
| FileNotFound |
Could not open file for reading or file not found |
| NotPastiFile |
The header in the file is not RSY |
| UnsupportedVersion |
Not version 3 |
Definition at line 50 of file PastiRead.cs.
|
inline |
The Pasti reader constructor
| tb | The textbox used to display information |
Definition at line 43 of file PastiRead.cs.
|
inline |
1.8.9.1