Skip to content

RzxBlockHeader Class

Definition

The header for a block in an RZX file, consisting of a block ID byte and the total block length.

public sealed class RzxBlockHeader : Header

View source

Properties

Name Description
BlockLength Gets the total length of the block, including this header.
DataLength Gets the length of the block's body data, excluding this header.
Type Gets the type of the block.

Methods

Name Description
ToString() Returns a string that represents the current object.