Class Coders.Deflate64Decoder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.io.InputStream decode​(java.lang.String archiveName, java.io.InputStream in, long uncompressedLength, Coder coder, byte[] password, int maxMemoryLimitInKb)
      Decodes using stream that reads from in using the configured coder and password.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Deflate64Decoder

        Deflate64Decoder()
    • Method Detail

      • decode

        java.io.InputStream decode​(java.lang.String archiveName,
                                   java.io.InputStream in,
                                   long uncompressedLength,
                                   Coder coder,
                                   byte[] password,
                                   int maxMemoryLimitInKb)
                            throws java.io.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:
        java.io.IOException