类 FlatFileItemWriter<T>

  • 所有已实现的接口:
    ResourceAwareItemWriterItemStream<T>, ItemStream, ItemStreamWriter<T>, ItemWriter<T>, org.springframework.beans.factory.InitializingBean

    public class FlatFileItemWriter<T>
    extends AbstractFileItemWriter<T>
    This class is an item writer that writes data to a file or stream. The writer also provides restart. The location of the output file is defined by a Resource and must represent a writable file.
    Uses buffered writer to improve performance.
    The implementation is not thread-safe.
    作者:
    Waseem Malik, Tomas Slanina, Robert Kasanicky, Dave Syer, Michael Minella, Mahmoud Ben Hassine