Detailed Description of Trash

Reads all data from the specified input and no operation is performed. Input data records are neither persisted to disk, nor passed along to other processing steps.

Its behavior is similar to the /dev/null device in UNIX based operating systems.


Top of page

Example: Example
<step id="devnull" className="cz.adastra.cif.tasks.io.Trash">
</step>

iWay Software