Class TransformationHeader
Represents header of the transformation. The extra data precedes the transformed data which provides some additional information about transformation (compression or encryption).
Inheritance
Inherited Members
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public class TransformationHeader
Properties
Buffer
Gets or sets buffer to store header information.
Declaration
public byte[] Buffer { get; set; }
Property Value
System.Byte[]
|
BytesToRead
Gets or sets number of byte to read.
Declaration
public int BytesToRead { get; set; }
Property Value
System.Int32
|
CountHeaderInCompressedSize
Gets or sets the flag which indicates that the compressed size should include the header size.
Declaration
public bool CountHeaderInCompressedSize { get; set; }
Property Value
System.Boolean
|
InitData
Gets initialization data of the header.
Declaration
public byte[] InitData { get; set; }
Property Value
System.Byte[]
|
Length
Gets length of the transformation header.
Declaration
public int Length { get; }
Property Value
System.Int32
|