Skip to content

TzxBlockHeader Constructors

Overloads

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.

TzxBlockHeader(TzxBlockType, Int32)

Initializes a new instance of the TzxBlockHeader class with the specified type and size.

protected TzxBlockHeader(TzxBlockType type, int size);

View source

Parameters

Name Type Description
type TzxBlockType The TZX block type.
size Int32 The size of the header data in bytes.

TzxBlockHeader(TzxBlockType, Int32, Stream)

Initializes a new instance of the TzxBlockHeader class by reading from a stream.

protected TzxBlockHeader(TzxBlockType type, int size, Stream stream);

View source

Parameters

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.