I have a problem with using sevenzipjbinding for open a 7zipFile like that: ISevenZipInArchive inArchive = SevenZip.openInArchive(SevenZipArchiveFormat.SEVEN_ZIP, inStream)) .
I get an error on SevenZipArchiveFormat.SEVEN_ZIP that is not exists in the sevenzipjbinding api. where should I find it?
for example the ISevenZipInArchive is in :
<dependency>
<groupId>com.carrotgarden.jwrapper</groupId>
<artifactId>jwrapper-7zip-jbinding</artifactId>
<version>1.0.0</version>
</dependency>