Package jadx.zip.fallback
Class FallbackZipParser
- java.lang.Object
-
- jadx.zip.fallback.FallbackZipParser
-
- All Implemented Interfaces:
IZipParser,java.io.Closeable,java.lang.AutoCloseable
public class FallbackZipParser extends java.lang.Object implements IZipParser
-
-
Constructor Summary
Constructors Constructor Description FallbackZipParser(java.io.File file, ZipReaderOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()byte[]getBytes(FallbackZipEntry entry)java.io.InputStreamgetInputStream(FallbackZipEntry entry)java.io.FilegetZipFile()ZipContentopen()
-
-
-
Constructor Detail
-
FallbackZipParser
public FallbackZipParser(java.io.File file, ZipReaderOptions options)
-
-
Method Detail
-
open
public ZipContent open() throws java.io.IOException
- Specified by:
openin interfaceIZipParser- Throws:
java.io.IOException
-
getBytes
public byte[] getBytes(FallbackZipEntry entry)
-
getInputStream
public java.io.InputStream getInputStream(FallbackZipEntry entry)
-
getZipFile
public java.io.File getZipFile()
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-