Skip to content

Commit

Permalink
Follow-up to 9bf393c
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 440195352
  • Loading branch information
cushon authored and Javac Team committed Apr 7, 2022
1 parent 9bf393c commit 68172d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/com/google/turbine/zip/Zip.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
* supported.
* <li>UTF-8 is the only supported encoding.
* <li>STORED and DEFLATE are the only supported compression methods.
* <li>zip64 extensible data sectors are not supported.
* <li>Zip files larger than Integer.MAX_VALUE bytes are not supported.
* <li>The only supported ZIP64 field is ENDTOT. This implementation assumes that the ZIP64 end
* header is present only if ENDTOT in EOCD header is 0xFFFF.
Expand Down

0 comments on commit 68172d4

Please sign in to comment.