TzxBlockHeader Class
Definition
Base class for headers of TZX blocks.
public abstract class TzxBlockHeader : Header
Constructors
| Name | Description |
|---|---|
| TzxBlockHeader(TzxBlockType, Int32) | Initializes a new instance of the TzxBlockHeader class with the specified type and size. |
| TzxBlockHeader(TzxBlockType, Int32, Stream) | Initializes a new instance of the TzxBlockHeader class by reading from a stream. |
Properties
| Name | Description |
|---|---|
| BlockLength | Gets the length of the block data in bytes. |
| Type | Gets the type of this TZX block. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |