TransformationFooter
Class
Holds trailing transformation metadata appended after transformed data (e.g. authentication codes or checksums) for compression or encryption stages.
Definition
Namespace:Telerik.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
C#
public class TransformationFooter
Inheritance: objectTransformationFooter
Constructors
Creates an empty footer ready to receive transformation trailer data.
C#
public TransformationFooter()
Properties
Buffer that stores footer bytes read from or to be written to the stream.
C#
public byte[] Buffer { get; set; }
Number of footer bytes remaining to read from the underlying stream.
C#
public int BytesToRead { get; set; }
Number of encrypted data bytes to skip before processing the footer contents.
C#
public int BytesToSkip { get; }