1 write to FileCommentLength
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.cs (1)
502header.FileCommentLength = reader.ReadUInt16();
1 reference to FileCommentLength
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.cs (1)
540header.FileComment = reader.ReadBytes(header.FileCommentLength);