Holds data pertinent to a data descriptor.
More...
|
| 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.
|
Holds data pertinent to a data descriptor.
◆ compressedSize
| long ICSharpCode.SharpZipLib.Zip.DescriptorData.compressedSize |
|
private |
◆ crc
| long ICSharpCode.SharpZipLib.Zip.DescriptorData.crc |
|
private |
◆ size
| long ICSharpCode.SharpZipLib.Zip.DescriptorData.size |
|
private |
◆ CompressedSize
| long ICSharpCode.SharpZipLib.Zip.DescriptorData.CompressedSize |
|
getset |
Get /set the compressed size of data.
◆ Crc
| long ICSharpCode.SharpZipLib.Zip.DescriptorData.Crc |
|
getset |
◆ 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: