Search:

Type: Posts; User: nasi

Search: Search took 0.08 seconds.

  1. Re: why does this code read an html file uncontinuously

    ohhhhhhhhh, I got it. thank you very much.

    Best wishes
  2. Re: why does this code read an html file uncontinuously

    but why it works with for loop without saving in memory. the code below works properly.
    try {
    for(int j =0; j<250; j++){
    data.add(mybuffer.readLine());...
  3. why does this code read an html file uncontinuously

    I am using this code to read a file, when I do it with a for loop it works properly but when I use while loop it reads the first line, leaves the second line, reads the third line, and...


    try {...
Results 1 to 3 of 3