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