11 references to FilenameLength
System.IO.Compression (11)
System\IO\Compression\ZipArchiveEntry.cs (1)
1071
BinaryPrimitives.WriteUInt16LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.
FilenameLength
..], (ushort)_storedEntryNameBytes.Length);
System\IO\Compression\ZipBlocks.cs (9)
567
relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
568
relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
569
stream.Seek(FieldLocations.
FilenameLength
, SeekOrigin.Current);
623
if (stream.Length < currPosition + FieldLocations.
FilenameLength
)
629
stream.Seek(FieldLocations.
FilenameLength
- FieldLengths.Signature, SeekOrigin.Current);
645
int relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
646
int relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
70
public const int ExtraFieldLength =
FilenameLength
+ FieldLengths.FilenameLength;