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 pathFileNotFoundException
IOException
public void close() throws IOException
IOException
public void writeln(String lin) throws IOException
lin
- StringIOException
Copyright © 2001–2019 KnowGate. All rights reserved.