Package jadx.zip.fallback
Class FallbackZipEntry
java.lang.Object
jadx.zip.fallback.FallbackZipEntry
- All Implemented Interfaces:
IZipEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()Uncompressed byteslongStream of uncompressed bytes.getName()Zip entry namelongbooleanbooleanReturn true ifIZipEntry.getBytes()method is more optimal to use other thanIZipEntry.getInputStream()
-
Field Details
-
parser
-
zipEntry
-
-
Constructor Details
-
FallbackZipEntry
-
-
Method Details
-
getZipEntry
-
getName
Description copied from interface:IZipEntryZip entry name -
preferBytes
public boolean preferBytes()Description copied from interface:IZipEntryReturn true ifIZipEntry.getBytes()method is more optimal to use other thanIZipEntry.getInputStream()- Specified by:
preferBytesin interfaceIZipEntry
-
getBytes
public byte[] getBytes()Description copied from interface:IZipEntryUncompressed bytes -
getInputStream
Description copied from interface:IZipEntryStream of uncompressed bytes.- Specified by:
getInputStreamin interfaceIZipEntry
-
getCompressedSize
public long getCompressedSize()- Specified by:
getCompressedSizein interfaceIZipEntry
-
getUncompressedSize
public long getUncompressedSize()- Specified by:
getUncompressedSizein interfaceIZipEntry
-
isDirectory
public boolean isDirectory()- Specified by:
isDirectoryin interfaceIZipEntry
-
getZipFile
- Specified by:
getZipFilein interfaceIZipEntry
-