Fredrik Claesson
Fredrik Claesson
There is a property `kDictionarySize` defined in the Java interface: https://github.com/borisbrodski/sevenzipjbinding/blob/master/jbinding-java/src/net/sf/sevenzipjbinding/NCoderPropID.java#L13 However, it doesn't look like this is actually implemented and used the in Java library. Can you hear in...
I'm afraid [sevenzipjbinding](https://github.com/borisbrodski/sevenzipjbinding) does not include an OutStream implementation that uses [OutputStream](https://developer.android.com/reference/java/io/OutputStream). You will need to create such a class yourself by implementing the [IOutStream](http://sevenzipjbind.sourceforge.net/javadoc/net/sf/sevenzipjbinding/IOutStream.html) interface in sevenzipjbinding. For reference...
On Android devices, `loadNativeLibraries()` will load native library "lib7-Zip-JBinding.so" with [System.loadLibrary()](https://developer.android.com/reference/java/lang/System#loadLibrary(java.lang.String)). However, don't call `loadNativeLibraries()` directly; this is a private method. Also, don't set the library name manually. Instead, call...
Thanks for reporting this. Can you create an issue about this in project [sevenzipjbinding](https://github.com/borisbrodski/sevenzipjbinding/issues). This is the Java library on which this project is based on.