toURL method
JObject?
toURL()
from: public java.net.URL toURL()
The returned object must be released after use, by calling the release method.
Implementation
jni$_.JObject? toURL() {
return _toURL(
reference.pointer,
_id_toURL.pointer,
).object<jni$_.JObject?>();
}