{"id":22268258,"url":"https://github.com/rillis/zip","last_synced_at":"2025-03-25T14:45:58.793Z","repository":{"id":57722389,"uuid":"261306089","full_name":"rillis/zip","owner":"rillis","description":"Zip/Unzip files","archived":false,"fork":false,"pushed_at":"2020-05-05T01:00:57.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T13:32:16.821Z","etag":null,"topics":["api","maven","unzip","zip"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rillis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-04T22:06:45.000Z","updated_at":"2020-07-28T09:51:42.000Z","dependencies_parsed_at":"2022-08-29T23:01:53.532Z","dependency_job_id":null,"html_url":"https://github.com/rillis/zip","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rillis%2Fzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rillis%2Fzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rillis%2Fzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rillis%2Fzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rillis","download_url":"https://codeload.github.com/rillis/zip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245486244,"owners_count":20623239,"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","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":["api","maven","unzip","zip"],"created_at":"2024-12-03T11:12:05.977Z","updated_at":"2025-03-25T14:45:58.765Z","avatar_url":"https://github.com/rillis.png","language":"Java","readme":"# ZIP \n\n![Maven](https://img.shields.io/maven-central/v/com.github.rillis/zip)\n![License](https://img.shields.io/github/license/rillis/zip)\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.rillis\u003c/groupId\u003e\n  \u003cartifactId\u003ezip\u003c/artifactId\u003e\n  \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Docs\n\n**Classes:**   \ncom.github.rillis.Zip  \n\n**Methods:**  \n```java\n//Zip multiple files/folders. Returns .zip file itself.\nZip.zip(File[] fileToZip, File finalZipFile) : File  \nthrows FileNotFoundException, IOException.\n\n//Unzip to destination folder, create folder if it doesn't exists. Returns destFolder. \nZip.unZip(File zipFile, File destFolder) : File\nthrows FileNotFoundException, IOException.\n```\n\n**Config:**  \n```java\n//Buffer size\nint Zip.BUFFER_SIZE = 4096\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frillis%2Fzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frillis%2Fzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frillis%2Fzip/lists"}