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