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()
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
[Obsolete("API is not supported and will be removed")]
public class ZipDirEntry
Properties
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
Read(Stream, Boolean)
Declaration
public static ZipDirEntry Read(Stream s, bool TurnOnDebug)
Parameters
Type |
Name |
Description |
System.IO.Stream |
s |
|
System.Boolean |
TurnOnDebug |
|
Returns