Package jadx.zip
Class ZipContent
java.lang.Object
jadx.zip.ZipContent
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildNameMap(IZipParser zipParser, List<IZipEntry> entries) voidclose()@Nullable IZipEntrysearchEntry(String fileName)
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
zipParser
-
entries
-
entriesMap
-
-
Constructor Details
-
ZipContent
-
-
Method Details
-
buildNameMap
-
getEntries
-
searchEntry
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-