|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jplist.input.AsciiBuilder
public class AsciiBuilder
Builds a JPList Document object from an ASCII representation of a PList. The class provides various methods to build a JPList Document object from a variety of input sources.
Constructor Summary | |
---|---|
AsciiBuilder()
Instantiate a new AsciiBuilder object. |
Method Summary | |
---|---|
Document |
build(java.io.File file)
Builds a JPList Document object from the contents of a File object. |
Document |
build(java.io.InputStream istream)
Builds a JPList Document object from an InputStream. |
Document |
build(java.io.Reader reader)
Builds a JPList Document object from a Reader. |
Document |
build(java.lang.String input)
Builds a JPList Document object from a String. |
Document |
build(java.net.URL url)
Builds a JPList Document object from a URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsciiBuilder()
Method Detail |
---|
public Document build(java.io.File file) throws JPListException
file
- the name of the file to read.
JPListException
public Document build(java.io.InputStream istream) throws JPListException
istream
- the InputStream to read.
JPListException
- if there was a problem.public Document build(java.io.Reader reader) throws JPListException
reader
- the Reader to read.
JPListException
- if there was a problem.public Document build(java.net.URL url) throws JPListException
url
- the URL to read.
JPListException
- if there was a problem.public Document build(java.lang.String input) throws JPListException
input
- the String containing the ASCII representation of the PList.
JPListException
- if there was a problem.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |