jtar icon indicating copy to clipboard operation
jtar copied to clipboard

JTar is a simple Java Tar library, that provides an easy way to create and read tar files using IO streams. The API is very simple to use and similar to the java.util.zip package.

Results 19 jtar issues
Sort by recently updated
recently updated
newest added

This patch reduces GC pressure. FileOutputStream contains a finalizer which can cause excessive garbage collector pressure when writing many TAR files. Finalizers are only executed when the GC feels like...

For better thread safety going forward. Replace usage of StringBuffer with StringBuilder. Also, while working in `TarEntry.java` I took the liberty of fixing the danling javadoc comment, switched to the...

fix: Chinese encoded incorrectly 当打包含有中文的文件名时乱码

I was using your library today and there was some functionality that I felt would make the library a bit easier to use. Thanks for your effort in creating this...

Would be great if you added the `Automatic-Module-Name` attribute to your manifest to make jtar work with Jigsaw modules. Would just have to be something as simple as Automatic-Module-Name: org.kamranzafar.jtar...

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

@kamranzafar i am familiar with tar and this project has been used in my system,i'm pleasure to help your handle issue

Hi, I am struggling to create a tar with directories entirely from memory. To create a folder I need a File, or is there any other way?

Four tasks have been achieved in this PR. # Badges Changed to [Shields](https://github.com/badges/shields) Shields is quite extensible in many cases, supports many tools such as TravisCI, Coveralls, Maven or any...