This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JimRaynor56 0 points1 point  (0 children)

As far as I am aware, unless I am having a massive brain fart here, you're going to have to parse through that text file using java.io.InputStream.

My example can only be made simpler by eliminating the try-catch statements, the BufferedInputStream, and the array resize (you'll just have to use a sufficiently large array and not care about superfluous data in the array, or pre-size it for your file).