TapBlock Class
Definition
Base class for blocks in a TAP file.
public abstract class TapBlock : Block<TapHeader, TapTrailer>
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. |