Removing carriage returns from a text file

From MyWiki
Jump to: navigation, search

Remove carriage returns using Scanner and reading the file byte by byte (which works)