F
Fred
I have a text file that has records in it 801 characters long with | as a
separator between fields in the records (no CRLF between fields). I know I
can use the split method to separate out the data once I've read it in. But
how can I get the data in. It seems like the only thing I can do is read it
in as a byte/char array and then concatenate the values to make a string.
Nothing that returns a string seems to be able to let me specify how much
data to read.
Any suggestions would be greatly appreciated.
separator between fields in the records (no CRLF between fields). I know I
can use the split method to separate out the data once I've read it in. But
how can I get the data in. It seems like the only thing I can do is read it
in as a byte/char array and then concatenate the values to make a string.
Nothing that returns a string seems to be able to let me specify how much
data to read.
Any suggestions would be greatly appreciated.