Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

download a file over net

843790Nov 26 2006 — edited May 31 2010
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2010
Added on Nov 26 2006
8 comments
138 views