Package org.apache.tools.zip
Class ZipOutputStream.UnicodeExtraFieldPolicy
java.lang.Object
org.apache.tools.zip.ZipOutputStream.UnicodeExtraFieldPolicy
- Enclosing class:
- ZipOutputStream
enum that represents the possible policies for creating Unicode
extra fields.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAlways create Unicode extra fields.Never create Unicode extra fields.Create Unicode extra fields for filenames that cannot be encoded using the specified encoding. -
Method Summary