A B C E F G H I M N O R S T V W

R

read() - Method in class org.dtools.ini.IniFileReader
This method begins the reading process of the file.
removeAll() - Method in class org.dtools.ini.IniFile
Removes all the sections from this IniFile.
removeAll() - Method in class org.dtools.ini.IniSection
Removes all the items and its values from the section.
removeEndLineComment() - Method in interface org.dtools.ini.Commentable
Removes an end line comment from the object.
removeEndLineComment() - Method in class org.dtools.ini.IniItem
 
removeEndLineComment() - Method in class org.dtools.ini.IniSection
 
removeItem(IniItem) - Method in class org.dtools.ini.AdvancedIniSection
 
removeItem(IniItem) - Method in class org.dtools.ini.BasicIniSection
 
removeItem(IniItem) - Method in class org.dtools.ini.IniSection
Removes the item this section.
removeItem(int) - Method in class org.dtools.ini.IniSection
Removes the item that is at the given index from this section.
removeItem(String) - Method in class org.dtools.ini.IniSection
Removes an item whose name matches the given name the section.
removeItems(String[]) - Method in class org.dtools.ini.IniSection
Removes all the items from this section whose names are within the given array.
removePostComment() - Method in interface org.dtools.ini.Commentable
Removes a post-comment from the object.
removePostComment() - Method in class org.dtools.ini.IniItem
 
removePostComment() - Method in class org.dtools.ini.IniSection
 
removePreComment() - Method in interface org.dtools.ini.Commentable
Removes a pre-comment from the object.
removePreComment() - Method in class org.dtools.ini.IniItem
 
removePreComment() - Method in class org.dtools.ini.IniSection
 
removeSection(IniSection) - Method in class org.dtools.ini.AdvancedIniFile
 
removeSection(IniSection) - Method in class org.dtools.ini.BasicIniFile
 
removeSection(IniSection) - Method in class org.dtools.ini.IniFile
Removes the given section only if the section is within this IniFile
removeSection(int) - Method in class org.dtools.ini.IniFile
Removes a section from the IniFile.
removeSection(String) - Method in class org.dtools.ini.IniFile
Removes a section from the IniFile.
removeSections(String[]) - Method in class org.dtools.ini.IniFile
Removes all the sections whose names are in the given array.

A B C E F G H I M N O R S T V W