apache-commons-compress Questions

5

Solved

I have the following setup: Gradle: 8.5 Spring Boot 3.3.0 Kotlin: 1.9.23 Before I used Spring Boot 3.2.6, and after update to the latest version I encounter the following error when running bootJa...

1

Solved

I am trying to build an endpoint in Kotlin which accepts 10+ GB tar files, and processes the contents one by one. The Tar file contains millions of JSON files, and I am running this application in ...
Disencumber asked 15/8 at 7:22

6

Solved

I'm running into a problem using the commons compress library to create a tar.gz of a directory. I have a directory structure that is as follows. parent/ child/ file1.raw fileN.raw I'm using...
Polygon asked 19/11, 2012 at 20:11

3

Solved

I'm reading a tar.gz archive using ArchiveEntry entry = tarArchiveInputStream.getNextEntry(); Question: how can I convert this ArchiveEntry to an InputStream so I can actually read and process th...
Lungworm asked 7/1, 2016 at 11:12

1

I am aware that Oracle notes ZIP/GZIP file compressor/decompressor methods on their website. But I have a scenario where I need to scan and find out whether any nested ZIPs/RARs are involved. For e...
Conchoidal asked 11/2, 2016 at 10:34

1

i am trying to use the below code that i got from apache commons compress examples webpage to create a zip file using the sevenZ classes hoping it would be faster to compress than regular java zip....
Sensuous asked 30/1, 2015 at 4:10

1

Solved

I'm developing a software that will get information from tar.gz files and I'm using the Apache commons-compress lib. But I'm getting the following error: Caused by: java.lang.IllegalArgumentExcept...
Beecher asked 26/1, 2015 at 20:26

1

Solved

I have a project which has the apache-compress library as a compile time dependency. This library appears to use Maven and has a POM file with a dependency set up as "optional". Here is the relevan...

1

Solved

Ok so I want to read the contents of a tar.gz file (or a xy) but that's the same thing. What I am doing is more or less this: TarArchiveInputStream tarInput = new TarArchiveInputStream(new GzipCom...
Towill asked 9/9, 2014 at 16:19

1

Solved

I read How do I append files to a tar archive in java?, append files to an archive without reading/rewriting the whole archive and Add an entry to a tar file without overwriting its existing conten...
Tunisia asked 15/10, 2012 at 6:42
1

© 2022 - 2024 — McMap. All rights reserved.