All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.flatpack.writer.WriterFactory Maven / Gradle / Ivy

Go to download

Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See FlatPack Feature List under News for complete feature list.

There is a newer version: 4.0.18
Show newest version
package net.sf.flatpack.writer;

import java.io.IOException;

/**
 *
 * @author Dirk Holmes and Holger Holger Hoffstatte
 */
public interface WriterFactory {
    Writer createWriter(java.io.Writer out) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy