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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -