Quoting Bob Tanner (tanner at real-time.com): > How can I get a StringReader into a class that is part of the InputStream > hierarchy? > > I use to use the StringBufferInputStream, but that is deprecated. > I guess I should talking about what I want to do. I have a String of that represents a set of java.util.Properties, I want to load(InputStream) the Properties class from the String. String I create a StringReader and need to get some sort of InputStream so I can pass it to the load() method. -- Bob Tanner <tanner at real-time.com> | Phone : (952)943-8700 http://www.mn-linux.org | Fax : (952)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9