Class FallbackZipParser

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

    public class FallbackZipParser
    extends java.lang.Object
    implements IZipParser
    • Constructor Detail

      • FallbackZipParser

        public FallbackZipParser​(java.io.File file,
                                 ZipReaderOptions options)
    • Method Detail

      • open

        public ZipContent open()
                        throws java.io.IOException
        Specified by:
        open in interface IZipParser
        Throws:
        java.io.IOException
      • getInputStream

        public java.io.InputStream getInputStream​(FallbackZipEntry entry)
      • getZipFile

        public java.io.File getZipFile()
      • 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