I have a Java text reader program that can easily read small text, but seems fails to read larger files >20MB. It seems to truncate the contents it reads.
I there a way of making sure all the data is read.
Thanks in advance.
How do you read large text files in Java >20MB
|