Kompress is a port of the Apache Compress library to be usable on Android 4.1 and above. Besides rewriting the project Kotlin and adding support for older Android Versions, this lightweight version only supports Zip files.
On top of that the parallel API has been rewritten to use Kotlin Coroutines.
Add the following to dependency to build.gradle
:
dependencies {
implementation 'com.github.TheLuckyCoder:Kompress:v0.5.0'
}
Here are some Examples using the most basic APIs.
Copyright 2021 Filea Răzvan Gheorghe
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This project is based on Apache Compress, licensed under Apache License 2.0.