Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Zip.DescriptorData Class Reference

Holds data pertinent to a data descriptor. More...

Properties

long CompressedSize [get, set]
 Get /set the compressed size of data.
long Size [get, set]
 Get / set the uncompressed size of data.
long Crc [get, set]
 Get /set the crc value.

Private Attributes

long size
long compressedSize
long crc

Detailed Description

Holds data pertinent to a data descriptor.

Member Data Documentation

◆ compressedSize

long ICSharpCode.SharpZipLib.Zip.DescriptorData.compressedSize
private

◆ crc

long ICSharpCode.SharpZipLib.Zip.DescriptorData.crc
private

◆ size

long ICSharpCode.SharpZipLib.Zip.DescriptorData.size
private

Property Documentation

◆ CompressedSize

long ICSharpCode.SharpZipLib.Zip.DescriptorData.CompressedSize
getset

Get /set the compressed size of data.

◆ Crc

long ICSharpCode.SharpZipLib.Zip.DescriptorData.Crc
getset

Get /set the crc value.

◆ Size

long ICSharpCode.SharpZipLib.Zip.DescriptorData.Size
getset

Get / set the uncompressed size of data.


The documentation for this class was generated from the following file: