jdk/src/share/classes/java/util/zip/package.html
changeset 5604 d5b97d8361d0
parent 2592 ef26f663a2ba
child 5627 e636ac7a63a4
equal deleted inserted replaced
5603:682e3deac7ce 5604:d5b97d8361d0
    56   <a name="lang_encoding">
    56   <a name="lang_encoding">
    57   <li>APPENDIX D of <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT">
    57   <li>APPENDIX D of <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT">
    58       PKWARE ZIP File Format Specification</a> - Language Encoding Flag (EFS) to
    58       PKWARE ZIP File Format Specification</a> - Language Encoding Flag (EFS) to
    59       encode ZIP entry filename and comment fields using UTF-8.
    59       encode ZIP entry filename and comment fields using UTF-8.
    60 <p>
    60 <p>
    61   <li><a href="http://www.isi.edu/in-notes/rfc1950.txt">
    61   <li><a href="http://www.ietf.org/rfc/rfc1950.txt">
    62       ZLIB Compressed Data Format Specification version 3.3</a>
    62       ZLIB Compressed Data Format Specification version 3.3</a>
    63       &nbsp;
    63       &nbsp;
    64       <a href="http://www.isi.edu/in-notes/rfc1950.ps">
    64       <a href="http://www.ietf.org/rfc/rfc1950.txt.pdf">(pdf)</a>
    65       (PostScript)</a>
       
    66       (RFC 1950)
    65       (RFC 1950)
    67 <p>
    66 <p>
    68   <li><a href="http://www.isi.edu/in-notes/rfc1951.txt">
    67   <li><a href="http://www.ietf.org/rfc/rfc1951.txt">
    69       DEFLATE Compressed Data Format Specification version 1.3</a>
    68       DEFLATE Compressed Data Format Specification version 1.3</a>
    70       &nbsp;
    69       &nbsp;
    71       <a href="http://www.isi.edu/in-notes/rfc1951.ps">
    70       <a href="http://www.ietf.org/rfc/rfc1951.txt.pdf">(pdf)</a>
    72       (PostScript)</a>
       
    73       (RFC 1951)
    71       (RFC 1951)
    74 <p>
    72 <p>
    75   <li><a href="http://www.isi.edu/in-notes/rfc1952.txt">
    73   <li><a href="http://www.ietf.org/rfc/rfc1952.txt">
    76       GZIP file format specification version 4.3</a>
    74       GZIP file format specification version 4.3</a>
    77       &nbsp;
    75       &nbsp;
    78       <a href="http://www.isi.edu/in-notes/rfc1952.ps">
    76       <a href="http://www.ietf.org/rfc/rfc1952.txt.pdf">(pdf)</a>
    79       (PostScript)</a>
       
    80       (RFC 1952)
    77       (RFC 1952)
    81 <p>
    78 <p>
    82   <li>CRC-32 checksum is described in RFC 1952 (above)
    79   <li>CRC-32 checksum is described in RFC 1952 (above)
    83 <p>
    80 <p>
    84   <li>Adler-32 checksum is described in RFC 1950 (above)
    81   <li>Adler-32 checksum is described in RFC 1950 (above)