11 references to FilenameLength
System.IO.Compression (11)
System\IO\Compression\ZipArchiveEntry.cs (1)
1013
BinaryPrimitives.WriteUInt16LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.
FilenameLength
..], (ushort)_storedEntryNameBytes.Length);
System\IO\Compression\ZipBlocks.cs (9)
521
int relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
522
int relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
525
stream.Seek(FieldLocations.
FilenameLength
, SeekOrigin.Current);
564
if (stream.Length < currPosition + FieldLocations.
FilenameLength
)
570
stream.Seek(FieldLocations.
FilenameLength
- FieldLengths.Signature, SeekOrigin.Current);
578
int relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
579
int relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
70
public static readonly int ExtraFieldLength =
FilenameLength
+ FieldLengths.FilenameLength;