Class UnSevenZIPNode


  • public class UnSevenZIPNode
    extends AbstractUnArchiveNode
    This Node decompresses 7-Zip archive file contained in the input Streams.

    Each file within the 7-Zip archive will produce a corresponding Stream in the output bundle.

    Since:
    jadice server 5.0.1.0
    • Constructor Detail

      • UnSevenZIPNode

        public UnSevenZIPNode()
    • Method Detail

      • getPassword

        public byte[] getPassword()
        Use this password to uncompress the given 7z archive.
        Returns:
        a password (or null)
      • setPassword

        public void setPassword​(byte[] password)
        Set the password to uncompress the given 7z archive.

        Usage: node.setPassword("mySecretPassword".getBytes());

        Parameters:
        password - the password to use (or null)