#include "org_cipherpack_CipherpackListener.h"
#include <jau/debug.hpp>
#include "cipherpack/cipherpack.hpp"
#include "CipherpackHelper.hpp"
Go to the source code of this file.
◆ _notifyErrorMethodArgs()
static const std::string _notifyErrorMethodArgs |
( |
"(ZLorg/cipherpack/PackHeader;Ljava/lang/String;)V" |
| ) |
|
|
static |
◆ _notifyHeaderMethodArgs()
static const std::string _notifyHeaderMethodArgs |
( |
"(ZLorg/cipherpack/PackHeader;)Z" |
| ) |
|
|
static |
◆ _notifyProgressMethodArgs()
static const std::string _notifyProgressMethodArgs |
( |
"(ZJJ)Z" |
| ) |
|
|
static |
◆ _notifyEndMethodArgs()
static const std::string _notifyEndMethodArgs |
( |
"(ZLorg/cipherpack/PackHeader;)V" |
| ) |
|
|
static |
◆ _getSendContentMethodArgs()
static const std::string _getSendContentMethodArgs |
( |
"(Z)Z" |
| ) |
|
|
static |
◆ _contentProcessedImplMethodArgs()
static const std::string _contentProcessedImplMethodArgs |
( |
"(ZZ[BZ)Z" |
| ) |
|
|
static |
◆ Java_org_cipherpack_CipherpackListener_ctorImpl()
jlong Java_org_cipherpack_CipherpackListener_ctorImpl |
( |
JNIEnv * |
env, |
|
|
jobject |
obj |
|
) |
| |
◆ Java_org_cipherpack_CipherpackListener_deleteImpl()
void Java_org_cipherpack_CipherpackListener_deleteImpl |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jlong |
nativeInstance |
|
) |
| |