Package jadx.zip

Interface IZipEntry

    • Method Detail

      • getName

        java.lang.String getName()
        Zip entry name
      • getBytes

        byte[] getBytes()
        Uncompressed bytes
      • getInputStream

        java.io.InputStream getInputStream()
        Stream of uncompressed bytes.
      • getCompressedSize

        long getCompressedSize()
      • getUncompressedSize

        long getUncompressedSize()
      • isDirectory

        boolean isDirectory()
      • getZipFile

        java.io.File getZipFile()