Package jadx.zip

Class ZipContent

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class ZipContent
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Detail

    • Method Detail

      • getEntries

        public java.util.List<IZipEntry> getEntries()
      • searchEntry

        @Nullable
        public @Nullable IZipEntry searchEntry​(java.lang.String fileName)
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException