Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Re: Problem with Reading very long line using bufferedReader

    This test program seems to write and read 913434 bytes with no problem.


    String inFile = "LargeFile.txt"; // the file name
    FileOutputStream fos = new FileOutputStream(inFile);
    ...
  2. Re: Problem with Reading very long line using bufferedReader

    How much of the line does it read?
    Does it read the same amount every time?
Results 1 to 2 of 2