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