public class SaveData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SaveData.FileContentType
The types of saved file
|
| Modifier and Type | Field and Description |
|---|---|
SaveData.FileContentType |
saveType
The type of the file to save
|
| Constructor and Description |
|---|
SaveData(SaveData.FileContentType type,
java.io.File file)
Constructor
|
public final SaveData.FileContentType saveType
public SaveData(SaveData.FileContentType type, java.io.File file) throws java.io.IOException
type - The type of text to write in the filejava.io.IOException