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 SourceCompressedSize
Get /set the compressed size of data.
Declaration
public long CompressedSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Crc
Get /set the crc value.
Declaration
public long Crc { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Size
Get / set the uncompressed size of data
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |