View Single Post
  #2 (permalink)  
Old 08-03-2007, 08:17 PM
Heather Heather is offline
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
maybe a better solution is to not use BufferedReader.readLine at all, and instead write your own "read line" code so you can have better control over how large amounts of data are accepted by your application.
Reply With Quote