Class
TransformationFooter

Holds trailing transformation metadata appended after transformed data (e.g. authentication codes or checksums) for compression or encryption stages.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

cs-api-definition
public class TransformationFooter

Inheritance: objectTransformationFooter

Constructors

TransformationFooter()

Creates an empty footer ready to receive transformation trailer data.

Declaration

cs-api-definition
public TransformationFooter()

Properties

Buffer

Buffer that stores footer bytes read from or to be written to the stream.

Declaration

cs-api-definition
public byte[] Buffer { get; set; }

Property Value

byte[]

BytesToRead

Number of footer bytes remaining to read from the underlying stream.

Declaration

cs-api-definition
public int BytesToRead { get; set; }

Property Value

int

BytesToSkip

Number of encrypted data bytes to skip before processing the footer contents.

Declaration

cs-api-definition
public int BytesToSkip { get; }

Property Value

int