How do I turn a String into a InputStreamReader in java? -


how can transform string value inputstreamreader?

bytearrayinputstream trick:

inputstream = new bytearrayinputstream( mystring.getbytes( charset ) ); 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -