Snippets tagged “outputstreamwriter”
1 snippet uses this tag.
- Read/Write String from/to a File in AndroidJava
To read and write a string from and to a file in Android, you can use the FileInputStream and FileOutputStream classes along with the InputStreamReader and OutputStreamWriter classes.