17 #ifndef __JAVA_IO_HPP__ 18 #define __JAVA_IO_HPP__ 28 explicit File(
const std::string& pathname)
33 .parameter(
Jvm::get()->stringClass));
42 .method(
"deleteOnExit")
52 #endif // __JAVA_IO_HPP__
Constructor findConstructor(const ConstructorFinder &finder)
void deleteOnExit()
Definition: io.hpp:38
Method findMethod(const MethodSignature &signature)
jobject object
Definition: jvm.hpp:287
File(const std::string &pathname)
Definition: io.hpp:28
jobject invoke(const Constructor ctor,...)
static const Class named(const std::string &name)