Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JNIEXPORT void JNICALL Java_net_sf_junace_UnACE_nativeACEList
- (JNIEnv *env, jobject owner,jobject interf, jstring archiveName, jobject jObj2)
- {
- jniState.env = env;
- jniState.interf = interf;
- jclass clsInterf = env->GetObjectClass(interf);
- jniState.startArchiveMethod = env->GetMethodID(clsInterf, "startArchive", "()I");
- jniState.startFileMethod = env->GetMethodID(clsInterf, "startFile", "()I");
- jniState.progressMethod = env->GetMethodID(clsInterf, "progress", "()I");
- ....................................
- }
Advertisement
Add Comment
Please, Sign In to add comment