< prev index next >

src/java.base/share/classes/java/util/zip/package-info.java

Print this page

        

*** 35,51 **** * <ul> * <li><a href="http://www.info-zip.org/doc/appnote-19970311-iz.zip"> * Info-ZIP Application Note 970311</a> - a detailed description of * the Info-ZIP format upon which the {@code java.util.zip} classes * are based. ! * <li><a name="zip64">An implementation may optionally support the * ZIP64(tm) format extensions defined by the</a> * <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> * PKWARE ZIP File Format Specification</a>. The ZIP64(tm) format * extensions are used to overcome the size limitations of the * original ZIP format. ! * <li><a name="lang_encoding">APPENDIX D of</a> * <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> * PKWARE ZIP File Format Specification</a> - Language Encoding Flag * (EFS) to encode ZIP entry filename and comment fields using UTF-8. * <li><a href="http://www.ietf.org/rfc/rfc1950.txt"> * ZLIB Compressed Data Format Specification version 3.3</a> --- 35,51 ---- * <ul> * <li><a href="http://www.info-zip.org/doc/appnote-19970311-iz.zip"> * Info-ZIP Application Note 970311</a> - a detailed description of * the Info-ZIP format upon which the {@code java.util.zip} classes * are based. ! * <li><a id="zip64">An implementation may optionally support the * ZIP64(tm) format extensions defined by the</a> * <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> * PKWARE ZIP File Format Specification</a>. The ZIP64(tm) format * extensions are used to overcome the size limitations of the * original ZIP format. ! * <li><a id="lang_encoding">APPENDIX D of</a> * <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> * PKWARE ZIP File Format Specification</a> - Language Encoding Flag * (EFS) to encode ZIP entry filename and comment fields using UTF-8. * <li><a href="http://www.ietf.org/rfc/rfc1950.txt"> * ZLIB Compressed Data Format Specification version 3.3</a>
< prev index next >