The following table shows the configurable properties of a zip file system created by the zip file system provider in the Java™ Development Kit (JDK).
Property Name (of Type java.lang.String ) |
Allowed Values | Property Description |
---|---|---|
create |
true / false |
The value should be of type java.lang.String . The
default value is false . If the value is
true , the zip file system provider creates a new zip
file if it does not exist. |
encoding |
String indicating the encoding scheme | The value should be of type java.lang.String . The
value of the property indicates the encoding scheme for the names
of the entries in the zip or JAR file. The default value is
UTF-8 . |