MAX_ENTRY_SIZE = maxEntrySize;\r
}\r
\r
- public ZipSecureFile(File file, Charset charset) throws IOException {\r
- super(file, charset);\r
- }\r
-\r
- public ZipSecureFile(File file, int mode, Charset charset) throws IOException {\r
- super(file, mode, charset);\r
- }\r
-\r
public ZipSecureFile(File file, int mode) throws IOException {\r
super(file, mode);\r
}\r
super(file);\r
}\r
\r
- public ZipSecureFile(String name, Charset charset) throws IOException {\r
- super(name, charset);\r
- }\r
-\r
public ZipSecureFile(String name) throws IOException {\r
super(name);\r
}\r