| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // This code was generated by a tool. |
| | | // |
| | | // Changes to this file may cause incorrect behavior and will be lost if |
| | | // the code is regenerated. |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | #nullable restore |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Android.Runtime; |
| | |
| | | public static unsafe bool Extract (global::Java.Util.Zip.ZipFile zipFile, global::Java.Util.Zip.ZipEntry entryFile, global::Java.IO.File extractTo, string targetMd5, bool isDex) |
| | | { |
| | | const string __id = "extract.(Ljava/util/zip/ZipFile;Ljava/util/zip/ZipEntry;Ljava/io/File;Ljava/lang/String;Z)Z"; |
| | | IntPtr native_targetMd5 = JNIEnv.NewString (targetMd5); |
| | | IntPtr native_targetMd5 = JNIEnv.NewString ((string)targetMd5); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [5]; |
| | | __args [0] = new JniArgumentValue ((zipFile == null) ? IntPtr.Zero : ((global::Java.Lang.Object) zipFile).Handle); |