Skip to content

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

View source

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.