public class BufferedFileWriter extends Object
| Constructor and Description |
|---|
BufferedFileWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close file output stream
|
void |
open(String sFilePath)
Open file for write.
|
void |
writeln(String lin)
Append line to file
|
public void open(String sFilePath) throws FileNotFoundException, IOException
sFilePath - String File pathFileNotFoundExceptionIOExceptionpublic void close()
throws IOException
IOExceptionpublic void writeln(String lin) throws IOException
lin - StringIOExceptionCopyright © 2001–2019 KnowGate. All rights reserved.