org.ini4j
Interface Persistable
- All Known Implementing Classes:
- Ini, Options, Reg, Wini
public interface Persistable
getFile
File getFile()
setFile
void setFile(File value)
load
void load()
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
load
void load(InputStream input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
load
void load(Reader input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
load
void load(File input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
load
void load(URL input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
store
void store()
throws IOException
- Throws:
IOException
store
void store(OutputStream output)
throws IOException
- Throws:
IOException
store
void store(Writer output)
throws IOException
- Throws:
IOException
store
void store(File output)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.