Loads data from the specified resource path into this current {@code Ini} instance. Theresource path may be any value interpretable by the {@link ResourceUtils#getInputStreamForPath(String) ResourceUtils.getInputStreamForPath} method.
@param resourcePath the resource location of the INI data to load into this instance.
@throws ConfigurationException if the path cannot be loaded
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.