coolerfall / Android-HttpDownloadManager

An useful and effective http/https download manager for Android, support breakpoint downloading.
https://ahdm.coolerfall.com
Apache License 2.0
206 stars 43 forks source link

Fix end of stream #71

Closed coolerfall closed 5 years ago

coolerfall commented 5 years ago

Fix end of stream, donot return -1 cause InputStream.read will return -1 when finished

RookieApe commented 4 years ago

这样并没有解决问题啊,还会导致程序出错