Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    17,946

    Re: java.io.IOException: Premature EOF

    Hmm.. Since it's just the reading part that's having troubles, maybe this can help: How to grab html source website url. Maybe you can adapt it to fit your needs.
  2. Replies
    8
    Views
    17,946

    Re: java.io.IOException: Premature EOF

    With large amounts of data being downloaded, it's very likely that your application is processing data faster than it can come in. Before each read, check to make sure that the underlying data stream...
Results 1 to 2 of 2