java - Download file from X to Y bytes -


i have couple of doubts regarding downloading of file using java

  1. is possible size of file before start downloading ?
  2. also possible download x y bytes file ?

you can these provided server supports these functions. (its not client) nfs , cifs servers do. http , ftp servers do. how depends on protocol , server using.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -