Package de.pdark.decentxml
Class XMLIOSource
java.lang.Object
de.pdark.decentxml.XMLStringSource
de.pdark.decentxml.XMLIOSource
- All Implemented Interfaces:
XMLSource
An XML source based on
InputStream
or Reader
.
This class uses XMLInputStreamReader
to read from
an InputStream
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.pdark.decentxml.XMLStringSource
charAt, length, substring
-
Constructor Details
-
XMLIOSource
- Throws:
IOException
-
XMLIOSource
- Throws:
IOException
-
XMLIOSource
- Throws:
IOException
-
XMLIOSource
- Throws:
IOException
-
-
Method Details
-
toString
- Throws:
IOException
-
toString
- Throws:
IOException
-
toString
- Parameters:
in
-- Returns:
- Throws:
IOException
-
toString
Helper method: Read everything from aReader
into aString
- Throws:
IOException
-