Description
Has support for multipart 7z archives been discussed? Compress would only need to cat the files together.
In terms of actual implementation I tried to take a stab at it myself but SevenZFile relies on RandomAccessFile which complicates things like readFully() with a buffer that spans 2 files. I stopped when it started getting complex and was wondering what would be the "compress" way to do it