String to InputStream Conversion

pixelpop

Active Member
Licensed User
Longtime User
Is there a method for converting a String to an InputStream?

I use HttpUtils2 to retrieve an XML file, but I need to edit it before I process it with XMLSax. So I'm thinking that I should use GetString to get the XML data, edit it, then convert the edited string to an inputstream before sending it to the XMLSax process.

Thanks!
 
Top