Overloads
Initializes a new instance of the TzxBlockHeader class with the specified type and size.
protected TzxBlockHeader(TzxBlockType type, int size);
View source
| Name |
Type |
Description |
| type |
TzxBlockType |
The TZX block type. |
| size |
Int32 |
The size of the header data in bytes. |
Initializes a new instance of the TzxBlockHeader class by reading from a stream.
protected TzxBlockHeader(TzxBlockType type, int size, Stream stream);
View source
| Name |
Type |
Description |
| type |
TzxBlockType |
The TZX block type. |
| size |
Int32 |
The size of the header data in bytes. |
| stream |
Stream |
The stream to read from. |