Read multiple lines from InputStreamReader (JAVA)

Posted by eriks on Stack Overflow See other posts from Stack Overflow or by eriks
Published on 2010-03-12T17:26:57Z Indexed on 2010/03/12 17:27 UTC
Read the original article Hit count: 125

Filed under:
|
|

I have an InputStreamReader object. I want to read multiple lines into a buffer/array using one function call (without crating a mass of string objects). Is there a simple way to do so?

© Stack Overflow or respective owner

Related posts about java

Related posts about string