|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidFileFormatException | |
---|---|
org.ini4j | [ini4j] main package |
org.ini4j.spi | [ini4j] service provider package |
Uses of InvalidFileFormatException in org.ini4j |
---|
Methods in org.ini4j that throw InvalidFileFormatException | |
---|---|
void |
Persistable.load()
|
void |
Reg.load()
|
void |
Options.load()
|
void |
Ini.load()
|
void |
Persistable.load(File input)
|
void |
Reg.load(File input)
|
void |
Options.load(File input)
|
void |
Ini.load(File input)
|
void |
Persistable.load(InputStream input)
|
void |
Reg.load(InputStream input)
|
void |
Options.load(InputStream input)
|
void |
Ini.load(InputStream input)
|
void |
Persistable.load(Reader input)
|
void |
Reg.load(Reader input)
|
void |
Options.load(Reader input)
|
void |
Ini.load(Reader input)
|
void |
Persistable.load(URL input)
|
void |
Reg.load(URL input)
|
void |
Options.load(URL input)
|
void |
Ini.load(URL input)
|
Constructors in org.ini4j that throw InvalidFileFormatException | |
---|---|
Ini(File input)
|
|
Ini(InputStream input)
|
|
Ini(Reader input)
|
|
Ini(URL input)
|
|
IniPreferences(InputStream input)
Constructs a new preferences node based on newly loaded Ini instance. |
|
IniPreferences(Reader input)
Constructs a new preferences node based on newly loaded Ini instance. |
|
IniPreferences(URL input)
Constructs a new preferences node based on newly loaded Ini instance. |
|
Options(File input)
|
|
Options(InputStream input)
|
|
Options(Reader input)
|
|
Options(URL input)
|
|
Reg(File input)
|
|
Reg(InputStream input)
|
|
Reg(Reader input)
|
|
Reg(URL input)
|
|
Wini(File input)
|
|
Wini(InputStream input)
|
|
Wini(Reader input)
|
|
Wini(URL input)
|
Uses of InvalidFileFormatException in org.ini4j.spi |
---|
Methods in org.ini4j.spi that throw InvalidFileFormatException | |
---|---|
void |
IniParser.parse(InputStream input,
IniHandler handler)
|
void |
OptionsParser.parse(InputStream input,
OptionsHandler handler)
|
void |
IniParser.parse(Reader input,
IniHandler handler)
|
void |
OptionsParser.parse(Reader input,
OptionsHandler handler)
|
void |
IniParser.parse(URL input,
IniHandler handler)
|
void |
OptionsParser.parse(URL input,
OptionsHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |