UPDATE - I have downloaded the library and am looking through the code myself to see what is going on and I noticed your comment on the ISequentialOutStream interfact for write() that, depending on the archive type and data size , synchronisation may need to be implemented. I am wondering if you could give more info on how to achieve this?
UPDATE - I was wrong, this does not just affect library type file. My guess is it is likely due to file sizes. Binary data is truncated from the start of the file. The ends match up as expected.
UPDATE - This seems to only happen to library type files i.e. .so, .dll, .jar, .exe
Hi Borris I am using your library for extracting files from archives and uploading file content and metadata to SQL. So far it seems to work for RARs 7z and Zip but I seem to get truncated data when extracting from a split 7z. Split RARs seems to be handled okay and I based it off of you code extracts. I am however using sevenzipjbinding 16.02-2.01beta so I am not sure if this is the issue. My Code for split archrives is as follows: Use one method called extractMultiZip. private void extractMulti7Zip(File...
Hi Boris I was wondering if you had any plans to include sevenzipjbinding-16.02-2.01beta-AllPlatforms on maven. regards Andrew Stevenson
Ah I have it now thank you :)
Hi I am trying to extract password protected files using Extract. I can do this fine using extractSlow but I am wondering if there is someway to do this in 'MyExtractCallBack'