TzxHeader Constructors
Overloads
| Name | Description |
|---|---|
TzxHeader(Byte[]) |
The header of a TZX tape file containing format identification and version information. |
TzxHeader(Byte, Byte) |
Initializes a new instance of the TzxHeader class with the specified version. |
TzxHeader(Byte[])
The header of a TZX tape file containing format identification and version information.
public TzxHeader(Byte[] data);
Parameters
| Name | Type | Description |
|---|---|---|
data |
Byte[] |
The raw header bytes. |
TzxHeader(Byte, Byte)
Initializes a new instance of the TzxHeader class with the specified version.
public TzxHeader(Byte majorVersion, Byte minorVersion);
Parameters
| Name | Type | Description |
|---|---|---|
majorVersion |
Byte |
The major version number. |
minorVersion |
Byte |
The minor version number. |