Show / Hide Table of Contents

Class DescriptorData

Holds data pertinent to a data descriptor.

Inheritance
System.Object
DescriptorData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public class DescriptorData

Properties

| Improve this Doc View Source

CompressedSize

Get /set the compressed size of data.

Declaration
public long CompressedSize { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Crc

Get /set the crc value.

Declaration
public long Crc { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Size

Get / set the uncompressed size of data

Declaration
public long Size { get; set; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors