Class Coders.Deflate64Decoder

  • Enclosing class:
    Coders

    static class Coders.Deflate64Decoder
    extends CoderBase
    • 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
        Specified by:
        decode in class CoderBase
        Returns:
        a stream that reads from in using the configured coder and password.
        Throws:
        java.io.IOException