public interface Persistable
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
void |
load() |
void |
load(File input) |
void |
load(InputStream input) |
void |
load(Reader input) |
void |
load(URL input) |
void |
setFile(File value) |
void |
store() |
void |
store(File output) |
void |
store(OutputStream output) |
void |
store(Writer output) |
File getFile()
void setFile(File value)
void load() throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionvoid load(InputStream input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionvoid load(Reader input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionvoid load(File input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionvoid load(URL input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionvoid store() throws IOException
IOExceptionvoid store(OutputStream output) throws IOException
IOExceptionvoid store(Writer output) throws IOException
IOExceptionvoid store(File output) throws IOException
IOException