Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class ZipEntry

Inheritance
System.Object
ZipEntry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.BaseLibrary.IO.Compression.Zip
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
[Obsolete("API is not supported and will be removed")]
public class ZipEntry

Constructors

ZipEntry()

Declaration
public ZipEntry()

Properties

BitField

Declaration
public short BitField { get; }
Property Value
Type Description
System.Int16

CompressedSize

Declaration
public int CompressedSize { get; }
Property Value
Type Description
System.Int32

CompressionMethod

Declaration
public short CompressionMethod { get; }
Property Value
Type Description
System.Int16

CompressionRatio

Declaration
public double CompressionRatio { get; }
Property Value
Type Description
System.Double

FileName

Declaration
public string FileName { get; }
Property Value
Type Description
System.String

LastModified

Declaration
public DateTime LastModified { get; }
Property Value
Type Description
System.DateTime

TrimVolumeFromFullyQualifiedPaths

Declaration
public bool TrimVolumeFromFullyQualifiedPaths { get; set; }
Property Value
Type Description
System.Boolean

UncompressedSize

Declaration
public int UncompressedSize { get; }
Property Value
Type Description
System.Int32

VersionNeeded

Declaration
public short VersionNeeded { get; }
Property Value
Type Description
System.Int16

Methods

Extract()

Declaration
public void Extract()

Extract(Stream)

Declaration
public void Extract(Stream s)
Parameters
Type Name Description
System.IO.Stream s

Extract(String, ZipEntry.DirectoryCreatedDelegate)

Declaration
public void Extract(string basedir, ZipEntry.DirectoryCreatedDelegate directoryCreatedCallback)
Parameters
Type Name Description
System.String basedir
ZipEntry.DirectoryCreatedDelegate directoryCreatedCallback

GetExtractStream()

Declaration
public Stream GetExtractStream()
Returns
Type Description
System.IO.Stream

Read(Stream)

Declaration
public static ZipEntry Read(Stream s)
Parameters
Type Name Description
System.IO.Stream s
Returns
Type Description
ZipEntry

Read(Stream, Boolean)

Declaration
public static ZipEntry Read(Stream s, bool TurnOnDebug)
Parameters
Type Name Description
System.IO.Stream s
System.Boolean TurnOnDebug
Returns
Type Description
ZipEntry