Class ZipPackageEntry
Represents the ZipPackageEntry class.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Spreadsheet.Zip
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ZipPackageEntry
Properties
Attributes
Gets the file attributes for the entry.
Declaration
public FileAttributes Attributes { get; }
Property Value
System.IO.FileAttributes
|
CompressedSize
Gets the compressed size for the entry.
Declaration
public int CompressedSize { get; }
Property Value
System.Int32
|
FileNameInZip
Gets the file name in the ZipPackage for the entry.
Declaration
public string FileNameInZip { get; }
Property Value
System.String
|
UncompressedSize
Gets the uncompressed size for the entry.
Declaration
public int UncompressedSize { get; }
Property Value
System.Int32
|
Methods
OpenInputStream()
Opens the entry from the zip archive.
Declaration
public Stream OpenInputStream()
Returns
System.IO.Stream
The stream that represents the contents of the entry. |