Class GenericDiskDataWriterFactory<T>

  • All Implemented Interfaces:
    DataWriterFactory<T>

    public class GenericDiskDataWriterFactory<T>
    extends AbstractDataWriterFactory<T>
    Generic implementation of a data writer factory that create files on the local file system. The default file name generation will generate file names of the form 'sdata-1.txt', 'sdata-2.txt', and so on.
    Version:
    2.15
    Author:
    Nicklas
    Last modified
    $Date: 2010-01-12 14:21:49 +0100 (ti, 12 jan 2010) $