Example usage for java.io FileWriter subclass-usage

List of usage examples for java.io FileWriter subclass-usage

Introduction

In this page you can find the example usage for java.io FileWriter subclass-usage.

Usage

From source file com.google.api.ads.adwords.awreporting.exporter.reportwriter.FileSystemReportWriter.java

/**
 * A {@link ReportWriter} that writes reports to the File System.
 */
public class FileSystemReportWriter extends FileWriter implements ReportWriter {

    private final File file;

From source file com.google.api.ads.adwords.jaxws.extensions.exporter.reportwriter.FileSystemReportWriter.java

/**
 * A {@link ReportWriter} that writes reports to the File System.
 *
 * @author joeltoby@google.com (Joel Toby)
 * @author jtoledo@google.com (Julian Toledo)
 */

From source file org.gbif.portal.web.download.OpenModellerFileWriter.java

/**
 * Runnable that generates the model and writes the resulting image to file.
 */
public class OpenModellerFileWriter extends FileWriter {

    /** The open modeller endpoint to fire requests to */

From source file org.gbif.portal.web.download.DelimitedFileWriter.java

/**
 * Runnable that outputs a delimited file.
 * 
 * @author dmartin
 */
public class DelimitedFileWriter extends FileWriter {

From source file org.gbif.portal.web.download.VelocityFileWriter.java

/**
 * Writes a file out using velocity.
 * 
 * @author dmartin
 */
public class VelocityFileWriter extends FileWriter {

From source file org.gbif.portal.web.download.ExcelFileWriter.java

/**
 * A Runnable File Writer for creating excel files.
 * 
 * @author dmartin
 */
public class ExcelFileWriter extends FileWriter {