www.gusucode.com > Android socket大文件续传-上传操作断点续传源码程序 > README.txt

    Android基于socket文件续传实例,本实例演示的是在上传大文件时的断点续传功能,类似于下载文件,在业务bean中,定义了多个实现此功能的方法,比如获取每条线程已经下载的文件长度、保存上传文件信息、当文件上传完成后,删除对应的上传记录等。
Android is based on a socket file resumption example. This example demonstrates the breakpoint resume function when uploading a large file, similar to downloading a file. In the business bean, multiple methods to implement this function are defined, such as obtaining each thread. Downloaded file length, save uploaded file information, delete the corresponding upload record after file upload is completed, etc.