public class SimpleWriterExporterOutput extends java.lang.Object implements WriterExporterOutput
PROPERTY_CHARACTER_ENCODING| Constructor and Description |
|---|
SimpleWriterExporterOutput(java.io.File file)
Creates a
WriterExporterOutput instance that puts the result into the provided java.io.File object. |
SimpleWriterExporterOutput(java.io.File file,
java.lang.String encoding) |
SimpleWriterExporterOutput(java.io.OutputStream outputStream)
Creates a
WriterExporterOutput instance that puts the result into provided java.io.OutputStream object. |
SimpleWriterExporterOutput(java.io.OutputStream outputStream,
java.lang.String encoding) |
SimpleWriterExporterOutput(java.lang.String fileName)
Creates a
WriterExporterOutput instance that puts the result into the file designated by the provided file name. |
SimpleWriterExporterOutput(java.lang.StringBuffer sbuffer)
Creates a
WriterExporterOutput instance which stores its result into the provided string buffer. |
SimpleWriterExporterOutput(java.lang.String fileName,
java.lang.String encoding) |
SimpleWriterExporterOutput(java.io.Writer writer)
Creates a
WriterExporterOutput instance that puts the result into the provided java.io.Writer object. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getEncoding()
The character encoding used for export.
|
java.io.Writer |
getWriter() |
public SimpleWriterExporterOutput(java.lang.StringBuffer sbuffer)
WriterExporterOutput instance which stores its result into the provided string buffer.
Useful for just storing the result in a string for later use.public SimpleWriterExporterOutput(java.io.Writer writer)
WriterExporterOutput instance that puts the result into the provided java.io.Writer object.
This is useful for sending the export result to a character stream, such as the PrintWriter of a servlet.public SimpleWriterExporterOutput(java.io.OutputStream outputStream)
WriterExporterOutput instance that puts the result into provided java.io.OutputStream object.
This is useful for sending the export result to an output stream, such as a ServletOutputStream.public SimpleWriterExporterOutput(java.io.OutputStream outputStream,
java.lang.String encoding)
public SimpleWriterExporterOutput(java.io.File file)
WriterExporterOutput instance that puts the result into the provided java.io.File object.
This is useful when exporting to a file and the File instance is already there.public SimpleWriterExporterOutput(java.io.File file,
java.lang.String encoding)
public SimpleWriterExporterOutput(java.lang.String fileName)
WriterExporterOutput instance that puts the result into the file designated by the provided file name.
This is an alternative to the SimpleWriterExporterOutput(File).public SimpleWriterExporterOutput(java.lang.String fileName,
java.lang.String encoding)
public java.lang.String getEncoding()
getEncoding in interface WriterExporterOutputWriterExporterOutput.PROPERTY_CHARACTER_ENCODINGpublic java.io.Writer getWriter()
getWriter in interface WriterExporterOutputpublic void close()
close in interface WriterExporterOutput© 2001-2010 Jaspersoft Corporation www.jaspersoft.com