Class Coders.Deflate64Decoder

java.lang.Object
org.apache.commons.compress.archivers.sevenz.AbstractCoder
org.apache.commons.compress.archivers.sevenz.Coders.Deflate64Decoder
Enclosing class:
Coders

static class Coders.Deflate64Decoder extends AbstractCoder
  • Constructor Details

    • Deflate64Decoder

      Deflate64Decoder()
  • Method Details

    • decode

      InputStream decode(String archiveName, InputStream in, long uncompressedLength, Coder coder, byte[] password, int maxMemoryLimitInKb) throws IOException
      Description copied from class: AbstractCoder
      Decodes using stream that reads from in using the configured coder and password.
      Specified by:
      decode in class AbstractCoder
      Returns:
      a stream that reads from in using the configured coder and password.
      Throws:
      IOException