T
Tina
Hello!
I want to read the content of a .txt-File into a string. The size of
the content is 35 kB so that working with FileReader and
BufferedReader and read the content of the file with readLine() lasts
to long.
Does anybody know, how to do read a .txt-File into a string a little
bit faster?
Thanks in advance, Tina
I want to read the content of a .txt-File into a string. The size of
the content is 35 kB so that working with FileReader and
BufferedReader and read the content of the file with readLine() lasts
to long.
Does anybody know, how to do read a .txt-File into a string a little
bit faster?
Thanks in advance, Tina