{"id":18913677,"url":"https://github.com/limpoxe/zipsplitter","last_synced_at":"2025-09-01T13:42:10.237Z","repository":{"id":94849967,"uuid":"73932152","full_name":"limpoxe/ZipSplitter","owner":"limpoxe","description":"将zip文件以文件粒度快速拆分成多个zip文件","archived":false,"fork":false,"pushed_at":"2016-11-17T10:28:10.000Z","size":93,"stargazers_count":26,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T09:19:59.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limpoxe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-16T15:19:18.000Z","updated_at":"2021-03-09T09:58:57.000Z","dependencies_parsed_at":"2023-07-24T14:18:25.204Z","dependency_job_id":null,"html_url":"https://github.com/limpoxe/ZipSplitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/limpoxe/ZipSplitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limpoxe%2FZipSplitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limpoxe%2FZipSplitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limpoxe%2FZipSplitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limpoxe%2FZipSplitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limpoxe","download_url":"https://codeload.github.com/limpoxe/ZipSplitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limpoxe%2FZipSplitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273136170,"owners_count":25051999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T10:08:33.791Z","updated_at":"2025-09-01T13:42:10.220Z","avatar_url":"https://github.com/limpoxe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZipSplitter\n将zip文件以文件粒度快速拆分成多个zip文件，可用于MultiDex提速\n\n通常将Zip文件按文件拆分成多个zip文件时，需要经历以下步骤：\n\n    1、读取Zip文件\n    \n    2、将指定文件从Zip文件中解压到内存或磁盘\n    \n    3、将解压后的文件重新压缩成zip\n    \n    4、将得到的zip写入磁盘\n    \n此项目的作用是省去上述第2步和第3步，直接从Zip文件中按字节读取指定的文件的数据块，再将数据块写入磁盘，\n并在数据块的末尾追加Zip文件格式所需的数据结构，形成一个新的zip文件。这样省去了解压和压缩的过程，提高\n效率。\n\n可用于MultiDex提速：\n\n    MuliDex在安装dex2、dexN时，会先将dex文件从apk中解压出来，再压缩成一个dexN.zip包，再将这个\n    Zip文件追加到classloader，使用此项目后可以省去解压和压缩过程，达到提速目的。\n    \nZip文件格式参考：http://blog.sina.com.cn/s/blog_4c3591bd0100zzm6.html\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpoxe%2Fzipsplitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimpoxe%2Fzipsplitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpoxe%2Fzipsplitter/lists"}