download a file over net
843790Nov 26 2006 — edited May 31 2010I am trying to continue downloading bytes of a file.
Is there any way to skip number of bytes I have already got.
I am using theUrlObject.openConnection.getInputStream() for this.
I tries using skip method. Although I can ignore the bytes I have already got but this will increase the download size, and there will no use of the previous contents. Like SDM is able to continue. Is there a way out?
Thanks