Thread: Limit of String
View Single Post
  #5 (permalink)  
Old 11-16-2007, 01:59 PM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
Its a simple ASCII file but the lines are too big. I am not sure about the size but it varies with the file.

Surely, I am reading the file line by line in to String. Only thing that worries me is the line can be too much for the String. I might come up with an example to this.

Thanks.
Reply With Quote