Hi
I need to write a small client application in java that uses http in order to downlaod a file from the internet.
I suppose I should use
I need to write a small client application in java that uses http in order to downlaod a file from the internet.
I suppose I should use
Code:
URLConnection.getInputStream[code] and send that stream as a constructor parameter for another cusom input stream, only I don't know which one to use. Am I getting this right? what should I do?
thanx.