public class AndroidFileOpener extends java.lang.Object implements FileOpener
Constructor and Description |
---|
AndroidFileOpener(java.lang.String directory) |
Modifier and Type | Method and Description |
---|---|
java.io.BufferedWriter |
openForWriting(java.lang.String filename)
Open the file at the given path for writing.
|
public java.io.BufferedWriter openForWriting(java.lang.String filename) throws java.io.IOException
FileOpener
openForWriting
in interface FileOpener
java.io.IOException
- if there are issues opening the file