6 references to ZipDataDescriptor
System.IO.Compression (6)
System\IO\Compression\ZipArchiveEntry.cs (6)
1207
ZipLocalFileHeader.DataDescriptorSignatureConstantBytes.CopyTo(dataDescriptor[ZipLocalFileHeader.
ZipDataDescriptor
.FieldLocations.Signature..]);
1208
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.
ZipDataDescriptor
.FieldLocations.Crc32..], _crc32);
1219
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.
ZipDataDescriptor
.FieldLocations.CompressedSize..], (uint)_compressedSize);
1220
BinaryPrimitives.WriteUInt32LittleEndian(dataDescriptor[ZipLocalFileHeader.
ZipDataDescriptor
.FieldLocations.UncompressedSize..], (uint)_uncompressedSize);
1222
bytesToWrite = ZipLocalFileHeader.
ZipDataDescriptor
.FieldLocations.UncompressedSize + ZipLocalFileHeader.
ZipDataDescriptor
.FieldLengths.UncompressedSize;