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
FileOpeneropenForWriting in interface FileOpenerjava.io.IOException - if there are issues opening the file