public class FileWriter
extends java.lang.Object
Constructor and Description |
---|
FileWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
writeFile(Context context,
java.lang.String name,
java.lang.String value)
Writes a string representation of the data into the file
|
public static void writeFile(Context context, java.lang.String name, java.lang.String value)
context
- The instance of the activity class.name
- The name of the file.value
- The content to be written into the file.