Search:

Type: Posts; User: Jchang504

Search: Search took 0.37 seconds.

  1. Re: [SOLVED] BufferedReader skipping lines?

    Thanks for your help, JavaPF. I will mark my threads when they are solved from now on.
  2. Re: BufferedReader skipping lines?

    I can't believe I didn't see this. It seems so obvious now. I thought that the loop condition just verified that the first line was not null and then the read the first line again for the printing,...
  3. Re: BufferedReader skipping lines?

    The input file was a file I used to test if it would work that contained the following:
    AA
    BB
    CC
    DD
    What was printed in the output file was:
    BB
    DD
    Here is the code:
  4. Java error while using BufferedReader class to read a .txt document

    I'm trying to write my first I/O program and I seem to have a problem with using the BufferedReader class. Every time I read in from a .txt document and then print out to a different one it prints...
Results 1 to 4 of 4