| 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
IOExceptionvoid load(InputStream input) throws IOException
IOExceptionvoid load(Reader input) throws IOException
IOExceptionvoid load(File input) throws IOException
IOExceptionvoid load(URL input) throws IOException
IOExceptionvoid store()
throws IOException
IOExceptionvoid store(OutputStream output) throws IOException
IOExceptionvoid store(Writer output) throws IOException
IOExceptionvoid store(File output) throws IOException
IOExceptionCopyright © 2017. All rights reserved.