cz.mallat.uasparser.fileparser
Class PHPFileParser
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getSections
public List<Section> getSections()
Copyright © 2011. All Rights Reserved.