public class FileBuilder
extends java.lang.Object
Constructor and Description |
---|
FileBuilder(java.io.OutputStreamWriter w)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
FileBuilder |
append(java.lang.String s)
Append a string.
|
void |
flush()
Flush.
|
public FileBuilder(java.io.OutputStreamWriter w)
w
- public FileBuilder append(java.lang.String s) throws java.io.IOException
s
- java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException