huge files reading
hi, i was wondering how should i read really huge files. is there any sense to split up those files into view smaller or can i in while loop read from bufferedreader interested me data? these are txt files about 20,000 lines. thanks for any advice. best regards
20,000 lines of how many characters, coz 20,000 lines is (usually) small.And what do you need to do with this wee file?