com.caucho.quercus.lib.file
Class IniParser

java.lang.Object
  extended by com.caucho.quercus.lib.file.IniParser

public class IniParser
extends java.lang.Object


Constructor Summary
IniParser()
           
 
Method Summary
static ArrayValue parse(Env env, ReadStream is, boolean isProcessSections)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniParser

public IniParser()
Method Detail

parse

public static ArrayValue parse(Env env,
                               ReadStream is,
                               boolean isProcessSections)
                        throws java.io.IOException
Throws:
java.io.IOException