I've been trying to find a 7-ZIP FileSystem Provider for Java NIO, unsuccessfully. I'm a bit surprised that one does not seem to exist. Is anyone aware of one?
Asked
Active
Viewed 161 times
3
-
this will help maybe https://memorynotfound.com/java-7z-seven-zip-example-compress-decompress-file/ – Mustahsan Feb 27 '19 at 06:08
-
Possible duplicate of [Compressing & Decompressing 7z file in java](https://stackoverflow.com/questions/12781207/compressing-decompressing-7z-file-in-java) – Mustahsan Feb 27 '19 at 06:09
-
Well, I'm specifically looking for NIO FileSystem implementation, not File-based solutions. – user38725 Feb 27 '19 at 06:17