1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!! __jni_bindgen! { /// public class [AsynchronousFileChannel](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html) /// /// Required feature: java-nio-channels-AsynchronousFileChannel #[cfg(any(feature = "all", feature = "java-nio-channels-AsynchronousFileChannel"))] public class AsynchronousFileChannel extends crate::java::lang::Object, implements crate::java::nio::channels::AsynchronousChannel { // // Not emitting: Non-public method // /// <init> // fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::Result<__jni_bindgen::Local<'env, crate::java::nio::channels::AsynchronousFileChannel>> { // // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PROTECTED, .name == "<init>", .descriptor == "()V" // unsafe { // let __jni_args = []; // let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "<init>\0", "()V\0"); // __jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr()) // } // } // // Not emitting: Marked as varargs - haven't decided on how I want to handle this. // // Not emitting: Passing in arrays of objects is not yet supported // /// open // /// // /// Required features: "java-nio-channels-AsynchronousFileChannel", "java-nio-file-Path", "java-nio-file-attribute-FileAttribute", "java-util-Set", "java-util-concurrent-ExecutorService" // #[cfg(any(feature = "all", all(feature = "java-nio-channels-AsynchronousFileChannel", feature = "java-nio-file-Path", feature = "java-nio-file-attribute-FileAttribute", feature = "java-util-Set", feature = "java-util-concurrent-ExecutorService")))] // pub fn open_path_set_executor_service_file_attribute_array<'env>(__jni_env: &'env __jni_bindgen::Env, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::file::Path>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::util::Set>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::util::concurrent::ExecutorService>>, arg3: Array { levels: 1, inner: Class(Id("java/nio/file/attribute/FileAttribute")) }) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::nio::channels::AsynchronousFileChannel>>> { // // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | STATIC | VARARGS, .name == "open", .descriptor == "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;" // unsafe { // let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into()), __jni_bindgen::AsJValue::as_jvalue(&arg3.into())]; // let (__jni_class, __jni_method) = __jni_env.require_class_static_method("java/nio/channels/AsynchronousFileChannel\0", "open\0", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;\0"); // __jni_env.call_static_object_method_a(__jni_class, __jni_method, __jni_args.as_ptr()) // } // } // // Not emitting: Marked as varargs - haven't decided on how I want to handle this. // // Not emitting: Passing in arrays of objects is not yet supported // /// open // /// // /// Required features: "java-nio-channels-AsynchronousFileChannel", "java-nio-file-OpenOption", "java-nio-file-Path" // #[cfg(any(feature = "all", all(feature = "java-nio-channels-AsynchronousFileChannel", feature = "java-nio-file-OpenOption", feature = "java-nio-file-Path")))] // pub fn open_path_open_option_array<'env>(__jni_env: &'env __jni_bindgen::Env, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::file::Path>>, arg1: Array { levels: 1, inner: Class(Id("java/nio/file/OpenOption")) }) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::nio::channels::AsynchronousFileChannel>>> { // // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | STATIC | VARARGS, .name == "open", .descriptor == "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;" // unsafe { // let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())]; // let (__jni_class, __jni_method) = __jni_env.require_class_static_method("java/nio/channels/AsynchronousFileChannel\0", "open\0", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;\0"); // __jni_env.call_static_object_method_a(__jni_class, __jni_method, __jni_args.as_ptr()) // } // } /// [size](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#size()) pub fn size<'env>(&'env self) -> __jni_bindgen::Result<i64> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "size", .descriptor == "()J" unsafe { let __jni_args = []; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "size\0", "()J\0"); __jni_env.call_long_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [truncate](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#truncate(long)) /// /// Required features: "java-nio-channels-AsynchronousFileChannel" #[cfg(any(feature = "all", all(feature = "java-nio-channels-AsynchronousFileChannel")))] pub fn truncate<'env>(&'env self, arg0: i64) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::nio::channels::AsynchronousFileChannel>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "truncate", .descriptor == "(J)Ljava/nio/channels/AsynchronousFileChannel;" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0)]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "truncate\0", "(J)Ljava/nio/channels/AsynchronousFileChannel;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [force](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#force(boolean)) pub fn force<'env>(&'env self, arg0: bool) -> __jni_bindgen::Result<()> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "force", .descriptor == "(Z)V" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0)]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "force\0", "(Z)V\0"); __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [lock](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#lock(long,%2520long,%2520boolean,%2520java,%2520lang,%2520Object,%2520java,%2520nio,%2520channels,%2520CompletionHandler)) /// /// Required features: "java-lang-Object", "java-nio-channels-CompletionHandler" #[cfg(any(feature = "all", all(feature = "java-lang-Object", feature = "java-nio-channels-CompletionHandler")))] pub fn lock_long_long_boolean_object_completion_handler<'env>(&'env self, arg0: i64, arg1: i64, arg2: bool, arg3: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::Object>>, arg4: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::channels::CompletionHandler>>) -> __jni_bindgen::Result<()> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "lock", .descriptor == "(JJZLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2), __jni_bindgen::AsJValue::as_jvalue(&arg3.into()), __jni_bindgen::AsJValue::as_jvalue(&arg4.into())]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "lock\0", "(JJZLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V\0"); __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [lock](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#lock(java,%2520lang,%2520Object,%2520java,%2520nio,%2520channels,%2520CompletionHandler)) /// /// Required features: "java-lang-Object", "java-nio-channels-CompletionHandler" #[cfg(any(feature = "all", all(feature = "java-lang-Object", feature = "java-nio-channels-CompletionHandler")))] pub fn lock_object_completion_handler<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::Object>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::channels::CompletionHandler>>) -> __jni_bindgen::Result<()> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | FINAL, .name == "lock", .descriptor == "(Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "lock\0", "(Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V\0"); __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [lock](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#lock(long,%2520long,%2520boolean)) /// /// Required features: "java-util-concurrent-Future" #[cfg(any(feature = "all", all(feature = "java-util-concurrent-Future")))] pub fn lock_long_long_boolean<'env>(&'env self, arg0: i64, arg1: i64, arg2: bool) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::concurrent::Future>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "lock", .descriptor == "(JJZ)Ljava/util/concurrent/Future;" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2)]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "lock\0", "(JJZ)Ljava/util/concurrent/Future;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [lock](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#lock()) /// /// Required features: "java-util-concurrent-Future" #[cfg(any(feature = "all", all(feature = "java-util-concurrent-Future")))] pub fn lock<'env>(&'env self) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::concurrent::Future>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | FINAL, .name == "lock", .descriptor == "()Ljava/util/concurrent/Future;" unsafe { let __jni_args = []; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "lock\0", "()Ljava/util/concurrent/Future;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [tryLock](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#tryLock(long,%2520long,%2520boolean)) /// /// Required features: "java-nio-channels-FileLock" #[cfg(any(feature = "all", all(feature = "java-nio-channels-FileLock")))] pub fn try_lock_long_long_boolean<'env>(&'env self, arg0: i64, arg1: i64, arg2: bool) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::nio::channels::FileLock>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "tryLock", .descriptor == "(JJZ)Ljava/nio/channels/FileLock;" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2)]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "tryLock\0", "(JJZ)Ljava/nio/channels/FileLock;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [tryLock](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#tryLock()) /// /// Required features: "java-nio-channels-FileLock" #[cfg(any(feature = "all", all(feature = "java-nio-channels-FileLock")))] pub fn try_lock<'env>(&'env self) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::nio::channels::FileLock>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | FINAL, .name == "tryLock", .descriptor == "()Ljava/nio/channels/FileLock;" unsafe { let __jni_args = []; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "tryLock\0", "()Ljava/nio/channels/FileLock;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [read](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#read(java,%2520nio,%2520ByteBuffer,%2520long,%2520java,%2520lang,%2520Object,%2520java,%2520nio,%2520channels,%2520CompletionHandler)) /// /// Required features: "java-lang-Object", "java-nio-ByteBuffer", "java-nio-channels-CompletionHandler" #[cfg(any(feature = "all", all(feature = "java-lang-Object", feature = "java-nio-ByteBuffer", feature = "java-nio-channels-CompletionHandler")))] pub fn read_byte_buffer_long_object_completion_handler<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::ByteBuffer>>, arg1: i64, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::Object>>, arg3: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::channels::CompletionHandler>>) -> __jni_bindgen::Result<()> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "read", .descriptor == "(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2.into()), __jni_bindgen::AsJValue::as_jvalue(&arg3.into())]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "read\0", "(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V\0"); __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [read](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#read(java,%2520nio,%2520ByteBuffer,%2520long)) /// /// Required features: "java-nio-ByteBuffer", "java-util-concurrent-Future" #[cfg(any(feature = "all", all(feature = "java-nio-ByteBuffer", feature = "java-util-concurrent-Future")))] pub fn read_byte_buffer_long<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::ByteBuffer>>, arg1: i64) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::concurrent::Future>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "read", .descriptor == "(Ljava/nio/ByteBuffer;J)Ljava/util/concurrent/Future;" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1)]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "read\0", "(Ljava/nio/ByteBuffer;J)Ljava/util/concurrent/Future;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [write](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#write(java,%2520nio,%2520ByteBuffer,%2520long,%2520java,%2520lang,%2520Object,%2520java,%2520nio,%2520channels,%2520CompletionHandler)) /// /// Required features: "java-lang-Object", "java-nio-ByteBuffer", "java-nio-channels-CompletionHandler" #[cfg(any(feature = "all", all(feature = "java-lang-Object", feature = "java-nio-ByteBuffer", feature = "java-nio-channels-CompletionHandler")))] pub fn write_byte_buffer_long_object_completion_handler<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::ByteBuffer>>, arg1: i64, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::Object>>, arg3: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::channels::CompletionHandler>>) -> __jni_bindgen::Result<()> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "write", .descriptor == "(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2.into()), __jni_bindgen::AsJValue::as_jvalue(&arg3.into())]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "write\0", "(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V\0"); __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } /// [write](https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html#write(java,%2520nio,%2520ByteBuffer,%2520long)) /// /// Required features: "java-nio-ByteBuffer", "java-util-concurrent-Future" #[cfg(any(feature = "all", all(feature = "java-nio-ByteBuffer", feature = "java-util-concurrent-Future")))] pub fn write_byte_buffer_long<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::nio::ByteBuffer>>, arg1: i64) -> __jni_bindgen::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::concurrent::Future>>> { // class.path == "java/nio/channels/AsynchronousFileChannel", java.flags == PUBLIC | ABSTRACT, .name == "write", .descriptor == "(Ljava/nio/ByteBuffer;J)Ljava/util/concurrent/Future;" unsafe { let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1)]; let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env); let (__jni_class, __jni_method) = __jni_env.require_class_method("java/nio/channels/AsynchronousFileChannel\0", "write\0", "(Ljava/nio/ByteBuffer;J)Ljava/util/concurrent/Future;\0"); __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr()) } } } }