On 9/28/07, kbennett <[EMAIL PROTECTED]> wrote: > ...It would be nice if there were some implementation of BufferedReader that > used disk instead of memory if the readaheadLimit exceeded a threshold. If > not, we may need to write our own....
Agreed, a BufferedReader with "unlimited" storage on disk sounds like the way to go. I don't know of any existing implementation, though. -Bertrand
