Skip to content

Commit

Permalink
README: Use a blockquote to make text readable
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Nov 28, 2017
1 parent 57c3772 commit a27204f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ end

But there is one exception when it is not working - General Purpose Flag Bit 3.

```
If bit 3 (0x08) of the general-purpose flags field is set, then the CRC-32 and file sizes are not known when the header is written. The fields in the local header are filled with zero, and the CRC-32 and size are appended in a 12-byte structure (optionally preceded by a 4-byte signature) immediately after the compressed data
```
> If bit 3 (0x08) of the general-purpose flags field is set, then the CRC-32 and file sizes are not known when the header is written. The fields in the local header are filled with zero, and the CRC-32 and size are appended in a 12-byte structure (optionally preceded by a 4-byte signature) immediately after the compressed data

If `::Zip::InputStream` finds such entry in the zip archive it will raise an exception.

Expand Down

0 comments on commit a27204f

Please sign in to comment.