|
|
@@ -253,7 +253,8 @@ public class ZipOutputStream extends FilterOutputStream { |
|
|
|
* The encoding to use for filenames and the file comment. |
|
|
|
* |
|
|
|
* <p>For a list of possible values see <a |
|
|
|
* href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>. |
|
|
|
* href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html"> |
|
|
|
* https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>. |
|
|
|
* Defaults to the platform's default character encoding.</p> |
|
|
|
* |
|
|
|
* @since 1.3 |
|
|
@@ -379,7 +380,8 @@ public class ZipOutputStream extends FilterOutputStream { |
|
|
|
* The encoding to use for filenames and the file comment. |
|
|
|
* |
|
|
|
* <p>For a list of possible values see <a |
|
|
|
* href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>. |
|
|
|
* href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html"> |
|
|
|
* https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>. |
|
|
|
* Defaults to the platform's default character encoding.</p> |
|
|
|
* @param encoding the encoding value |
|
|
|
* @since 1.3 |
|
|
|