ClassTransformationFooter
Class
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.
BytesToRead
Number of footer bytes remaining to read from the underlying stream.
BytesToSkip
Number of encrypted data bytes to skip before processing the footer contents.