From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: TEXT FILE I/O Date: Mon, 16 Mar 1998 19:16:40 -0500 Organization: Junior, MCS Undeclared, Carnegie Mellon, Pittsburgh, PA Lines: 5 Message-ID: NNTP-Posting-Host: andrew.cmu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I know how to do binary read/write, but I'm unsure how to do text read/write. I would like to port my data to java, and to do so, I need to make it into textmode... Any help is appreciated.