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) |
Initializes a new instance of the Header class with zero-filled data of the specified length. |
Header(Int32, Stream) |
Initializes a new instance of the Header class by reading data from a stream. |
Header(Int32, IEnumerable<Byte>) |
Initializes a new instance of the Header class from a sequence of bytes. |
Header(Byte[]) |
Initializes a new instance of the Header class from a byte array. |