IniFile Library

The IniFile library is used to manage .ini type files.

The IniFile library can read .ini type files but not all flavors of .ini files. I use a file extension of .ti to show that .ini and .ti are different.

The library allows you to easily create sections and key/value pairs for each section. To access the key/value pairs is easy also. The java docs are inside the inifile-?.?.?.jar file.

The reason I wrote this library is because I am not a big fan of XML files, To me they are hard to read, too wordy, error pron and the java libraries to read and write them seem slow and not easily understood.

I know a lot of people love XML files and thats OK, but when I want something thats easy and fast I use this library.

This library is free for both commercial and non-commerical use.

Any questions or comments email (rkwiles at twc.com )

Release notes.

Name
Release
Description
Date
inifile-2.0.9.zip
2.0.9
Unzip and add to classpath.
Nov 23, 2009
inifile-2.0.2.zip
2.0.2
Unzip and add to classpath.
Dec 21, 2009
inifile-1.1.4.zip
1.1.4
Unzip and add to classpath.
Jul 26, 2009
inifile-1.1.2.zip
1.1.2
Unzip and add to classpath.
Apr 24, 2009
inifile-1.1.1.zip
1.1.1
Unzip and add to classpath.
Jan 27, 2009
example.zip
1.0.0
Unzip and compile.
Jan 1, 2009