|
Java™ by example!
|
|
|
How do I convert my String to a Reader?
Use the class StringReader and pass it a String as an argument. Then you can use the typical Reader's methods. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|