Header Class
Definition
Base class for a header in a file, either for the file as a whole or a block within the file.
public abstract class Header : IOFileComponent
Constructors
| Name | Description |
|---|---|
| Header(Int32) | Initialises a new instance of the Header class with zero-filled data of the specified length. |
| Header(Int32, Stream) | Initialises a new instance of the Header class by reading data from a stream. |
| Header(Int32, IEnumerable<Byte>) | Initialises a new instance of the Header class from a sequence of bytes. |
| Header(Byte[]) | Initialises a new instance of the Header class from a byte array. |