Package com.levigo.jadice.server.archive
Class UnRARNode
- java.lang.Object
-
- com.levigo.jadice.server.internal.NodeInternal
-
- com.levigo.jadice.server.Node
-
- com.levigo.jadice.server.archive.AbstractUnArchiveNode
-
- com.levigo.jadice.server.archive.UnRARNode
-
public class UnRARNode extends AbstractUnArchiveNode
ANode
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!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.levigo.jadice.server.Node
Node.Cardinality
-
-
Constructor Summary
Constructors Constructor Description UnRARNode()
-
Method Summary
-
Methods inherited from class com.levigo.jadice.server.archive.AbstractUnArchiveNode
isApplyFilters, setApplyFilters
-
Methods inherited from class com.levigo.jadice.server.Node
addTransportReceiver, appendSuccessor, apply, equals, getInputCardinality, getJob, getOutputCardinality, getPredecessors, getSubsidiaryNodes, getSuccessors, getTransportSender, getUUID, getWorkerClassName, hashCode, initialize, prependPredecessor, remove, validateConfiguration
-
-