✓
public class ZipFile
extends java.lang.Object
implements java.io.Closeable, java.util.zip.ZipConstants
Fields
- ✓public static final int OPEN_DELETE = 4
- ✓public static final int OPEN_READ = 1
Constructors
- ✓public ZipFile(java.io.File arg0) throws java.io.IOException, java.util.zip.ZipException
- ✓public ZipFile(java.io.File arg0, int arg1) throws java.io.IOException
- ✓public ZipFile(java.io.File arg0, int arg1, java.nio.charset.Charset arg2) throws java.io.IOException
- ✓public ZipFile(java.io.File arg0, java.nio.charset.Charset arg1) throws java.io.IOException
- ✓public ZipFile(java.lang.String arg0) throws java.io.IOException
- ✓public ZipFile(java.lang.String arg0, java.nio.charset.Charset arg1) throws java.io.IOException
Methods
- ✓public void close() throws java.io.IOException
- ✓public java.util.Enumeration<? extends java.util.zip.ZipEntry> entries()
- ✓public java.lang.String getComment()
- ✓public java.util.zip.ZipEntry getEntry(java.lang.String arg0)
- ✓public java.io.InputStream getInputStream(java.util.zip.ZipEntry arg0) throws java.io.IOException
- ✓public java.lang.String getName()
- ✓public int size()
- ✓public java.util.stream.Stream<? extends java.util.zip.ZipEntry> stream()