Package jadx.zip.fallback
Class FallbackZipParser
java.lang.Object
jadx.zip.fallback.FallbackZipParser
- All Implemented Interfaces:
IZipParser,Closeable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Fileprivate static final org.slf4j.Loggerprivate final booleanprivate final ZipFileprivate final IJadxZipSecurity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()byte[]getBytes(FallbackZipEntry entry) private InputStreamgetEntryStream(FallbackZipEntry entry) getInputStream(FallbackZipEntry entry) private booleanisValidEntry(IZipEntry zipEntry) open()
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
file
-
zipFile
-
zipSecurity
-
useLimitedDataStream
private final boolean useLimitedDataStream
-
-
Constructor Details
-
FallbackZipParser
- Throws:
FallbackException
-
-
Method Details
-
open
- Specified by:
openin interfaceIZipParser- Throws:
IOException
-
isValidEntry
-
getBytes
-
getInputStream
-
getEntryStream
- Throws:
IOException
-
getZipFile
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-