Package jadx.zip
Interface IZipParser
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
FallbackZipParser,JadxZipParser
public interface IZipParser extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZipContentopen()
-
-
-
Method Detail
-
open
ZipContent open() throws java.io.IOException
- Throws:
java.io.IOException
-
-