Show / Hide Table of Contents

Interface IZipFileEntry

Represents a compressed file within a ZIP archive.

Namespace: VersOne.Epub.Environment
Assembly: VersOne.Epub.dll
Syntax
public interface IZipFileEntry

Properties

View Source

Length

Gets the uncompressed size of the entry in the ZIP archive.

Declaration
long Length { get; }
Property type: long

Methods

View Source

Open()

Opens the entry from the ZIP archive.

Declaration
Stream Open()
Returns
Type Description
Stream

The stream that represents the contents of the entry.

  • View Source
In this article
Back to top Generated by DocFX