StandardFileHeader Class
Definition
Represents a standard ZX Spectrum ROM file header as found in the first 17 data bytes of a 19-byte tape block.
public sealed class StandardFileHeader
Properties
| Name | Description |
|---|---|
| DataBlockLength | Gets the length of the associated data block in bytes. |
| Filename | Gets the filename stored in the header. |
| Parameter1 | Gets the first parameter whose meaning depends on Type. |
| Parameter2 | Gets the second parameter whose meaning depends on Type. |
| Type | Gets the type of the header. |