11 references to FilenameLength
System.IO.Compression (11)
System\IO\Compression\ZipArchiveEntry.cs (1)
1202
BinaryPrimitives.WriteUInt16LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.
FilenameLength
..], (ushort)_storedEntryNameBytes.Length);
System\IO\Compression\ZipBlocks.cs (9)
570
relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
571
relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
572
stream.Seek(FieldLocations.
FilenameLength
, SeekOrigin.Current);
626
if (stream.Length < currPosition + FieldLocations.
FilenameLength
)
632
stream.Seek(FieldLocations.
FilenameLength
- FieldLengths.Signature, SeekOrigin.Current);
648
int relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
649
int relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
70
public const int ExtraFieldLength =
FilenameLength
+ FieldLengths.FilenameLength;