I have read in wikipedia that download managers use what is called offset in downloading files meaning that the open multiple connection channel and download the file in parallel .so on of its streams may request the file starting from a specific byte rather than the beginning of the file and the site says that this is supported in both FTP and HTTP .Now could someone please tell me how i can request a file from a specific byte .(All i know about downloading files is that u open a connection and get an outputStream object then read the contents and then do whatever you wanna do but that is the whole file.
