MPD
0.20.18
|
Wrapper for a java.io.File object. More...
#include <File.hxx>
Static Public Member Functions | |
static gcc_nonnull_all void | Initialise (JNIEnv *env) |
static gcc_nonnull_all jstring | getAbsolutePath (JNIEnv *env, jobject file) |
gcc_pure static gcc_nonnull_all AllocatedPath | ToAbsolutePath (JNIEnv *env, jobject file) |
Invoke File.getAbsolutePath() and release the specified File reference. More... | |
Additional Inherited Members | |
![]() | |
LocalRef (JNIEnv *_env, T _value) | |
The local reference is obtained by the caller. More... | |
~LocalRef () | |
LocalRef (const LocalRef &other)=delete | |
LocalRef & | operator= (const LocalRef &other)=delete |
T | Get () const |
operator T () const | |
|
inlinestatic |
|
static |
|
static |
Invoke File.getAbsolutePath() and release the specified File reference.