Overview: A module that collects a stream of files and outputs them as an array of Signal objects, with the filenames as set as the fileLocation metadata.
Detailed Description: this module takes as input a stream of files (java.io.File) and constructs an array of Signal objects (org.imirsel.m2k.util.Signal). The file path name is set in the fileLocation metadata in the Signal object. The array of Signal objects is output when the null trigger is received.
Data Handling: the input data is not modified.