Skip to content

TapBlock Class

Definition

Base class for blocks in a TAP file.

public abstract class TapBlock : Block<TapHeader, TapTrailer>

View source

Properties

Name Description
Checksum Gets the XOR checksum of the block data.

Methods

Name Description
CalculateChecksum(TapBlockType, IEnumerable<Byte>) Calculates the XOR checksum for the specified block type and data.