Class UnRARNode


  • public class UnRARNode
    extends AbstractUnArchiveNode
    A Node used to un-RAR the data contained in the input streams, i.e. unpack data archived using the RAR archive and compression format. Each (non-empty) file within the RAR archive will produce a corresponding stream in the output bundle.

    Important note: RAR refers to the RAR archive format, not Java Resource Adapter Archives which are JARs with a 'rar' extension!

    • Constructor Detail

      • UnRARNode

        public UnRARNode()