AlexanderVolkovDA
Results
2
comments of
AlexanderVolkovDA
Tried to investigate the issue. Have a guess that it is connected to mapping of Java `androidx.security.crypto.EncryptedFile.openFileOutput()` return type from `FileInputStream` to `System.IO.Stream`. Somewhere in initialization it calls `FileInputStream.getChannel()` that...
> this is not issue with the bindings. I thought that the issue is in mapping to general `System.IO.Stream` class instead more specific one (that is used in native). >...