3 references to UncompressedSize
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (2)
1012
BinaryPrimitives.WriteUInt32LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.
UncompressedSize
..], uncompressedSizeTruncated);
1143
int relativeUncompressedSizeLocation = ZipLocalFileHeader.FieldLocations.
UncompressedSize
- ZipLocalFileHeader.FieldLocations.Crc32;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
69
public static readonly int FilenameLength =
UncompressedSize
+ FieldLengths.UncompressedSize;