public class FormatWriter extends java.lang.Object implements FormatHandler, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
legalCopyright |
Modifier | Constructor and Description |
---|---|
protected |
FormatWriter() |
|
FormatWriter(java.lang.String fileName)
Creates a FormatWriter object that writes to the specified file.
|
Modifier and Type | Method and Description |
---|---|
void |
setFileName(java.lang.String fileName)
Sets the name of the file to create.
|
public static final java.lang.String legalCopyright
protected FormatWriter()
public FormatWriter(java.lang.String fileName)
fileName
- the name of the filepublic void setFileName(java.lang.String fileName)
fileName
- the name of the file