Class JarArchiveInputStream

    • Constructor Detail

      • JarArchiveInputStream

        public JarArchiveInputStream​(InputStream inputStream)
        Creates an instance from the input stream using the default encoding.
        Parameters:
        inputStream - the input stream to wrap
      • JarArchiveInputStream

        public JarArchiveInputStream​(InputStream inputStream,
                                     String encoding)
        Creates an instance from the input stream using the specified encoding.
        Parameters:
        inputStream - the input stream to wrap
        encoding - the encoding to use
        Since:
        1.10