5 references to Signature
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.Async.cs (1)
149
byte[] blockBytes = new byte[FieldLengths.
Signature
];
System\IO\Compression\ZipBlocks.cs (3)
621
if (bytesRead != FieldLengths.
Signature
|| !blockBytes.SequenceEqual(SignatureConstantBytes))
632
stream.Seek(FieldLocations.FilenameLength - FieldLengths.
Signature
, SeekOrigin.Current);
666
Span<byte> blockBytes = stackalloc byte[FieldLengths.
Signature
];
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
62
public const int VersionNeededToExtract = Signature + FieldLengths.
Signature
;