Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
Classes | Functions
CipherpackListener.cxx File Reference
#include "org_cipherpack_CipherpackListener.h"
#include <jau/debug.hpp>
#include "cipherpack/cipherpack.hpp"
#include "CipherpackHelper.hpp"
Include dependency graph for CipherpackListener.cxx:

Go to the source code of this file.

Classes

class  JNICipherpackListener
 

Functions

static const std::string _contentProcessedImplMethodArgs ("(ZZ[BZ)Z")
 
static const std::string _getSendContentMethodArgs ("(Z)Z")
 
static const std::string _notifyEndMethodArgs ("(ZLorg/cipherpack/PackHeader;)V")
 
static const std::string _notifyErrorMethodArgs ("(ZLorg/cipherpack/PackHeader;Ljava/lang/String;)V")
 
static const std::string _notifyHeaderMethodArgs ("(ZLorg/cipherpack/PackHeader;)Z")
 
static const std::string _notifyProgressMethodArgs ("(ZJJ)Z")
 
jlong Java_org_cipherpack_CipherpackListener_ctorImpl (JNIEnv *env, jobject obj)
 
void Java_org_cipherpack_CipherpackListener_deleteImpl (JNIEnv *env, jobject obj, jlong nativeInstance)
 

Function Documentation

◆ _notifyErrorMethodArgs()

static const std::string _notifyErrorMethodArgs ( "(ZLorg/cipherpack/PackHeader;Ljava/lang/String;)V"  )
static
Here is the caller graph for this function:

◆ _notifyHeaderMethodArgs()

static const std::string _notifyHeaderMethodArgs ( "(ZLorg/cipherpack/PackHeader;)Z"  )
static
Here is the caller graph for this function:

◆ _notifyProgressMethodArgs()

static const std::string _notifyProgressMethodArgs ( "(ZJJ)Z"  )
static
Here is the caller graph for this function:

◆ _notifyEndMethodArgs()

static const std::string _notifyEndMethodArgs ( "(ZLorg/cipherpack/PackHeader;)V"  )
static
Here is the caller graph for this function:

◆ _getSendContentMethodArgs()

static const std::string _getSendContentMethodArgs ( "(Z)Z"  )
static
Here is the caller graph for this function:

◆ _contentProcessedImplMethodArgs()

static const std::string _contentProcessedImplMethodArgs ( "(ZZ[BZ)Z"  )
static
Here is the caller graph for this function:

◆ Java_org_cipherpack_CipherpackListener_ctorImpl()

jlong Java_org_cipherpack_CipherpackListener_ctorImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 184 of file CipherpackListener.cxx.

◆ Java_org_cipherpack_CipherpackListener_deleteImpl()

void Java_org_cipherpack_CipherpackListener_deleteImpl ( JNIEnv *  env,
jobject  obj,
jlong  nativeInstance 
)

Definition at line 204 of file CipherpackListener.cxx.