cz.mallat.uasparser.fileparser
Class PHPFileParser

java.lang.Object
  extended by cz.mallat.uasparser.fileparser.PHPFileParser

public class PHPFileParser
extends Object

Emulates the behavior of the php function "parse_ini_file". Does NOT support all features of the php function.

Author:
oli

Constructor Summary
PHPFileParser(File file)
           
PHPFileParser(InputStream is)
           
PHPFileParser(Reader reader)
           
 
Method Summary
 List<Section> getSections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PHPFileParser

public PHPFileParser(InputStream is)
              throws IOException
Throws:
IOException

PHPFileParser

public PHPFileParser(Reader reader)
              throws IOException
Throws:
IOException

PHPFileParser

public PHPFileParser(File file)
              throws IOException
Throws:
IOException
Method Detail

getSections

public List<Section> getSections()


Copyright © 2011. All Rights Reserved.