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

 

Class ZipDirEntry

Inheritance
System.Object
ZipDirEntry
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 ZipDirEntry

Properties

Comment

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

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

UncompressedSize

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

VersionMadeBy

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

VersionNeeded

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

Methods

Read(Stream)

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

Read(Stream, Boolean)

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