Searched refs:NativeZipStream (Results 1 – 2 of 2) sorted by relevance
26 class NativeZipStream {34 NativeZipStream();35 ~NativeZipStream();43 NativeZipStream(const NativeZipStream&);44 void operator=(const NativeZipStream&);47 NativeZipStream* toNativeZipStream(jlong address);50 NativeZipStream* stream);
25 NativeZipStream* stream) { in throwExceptionForZlibError()35 NativeZipStream::NativeZipStream() : inCap(0), totalIn(0), totalOut(0) { in NativeZipStream() function in NativeZipStream42 NativeZipStream::~NativeZipStream() { in ~NativeZipStream()45 void NativeZipStream::setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len, in setDictionary()67 void NativeZipStream::setInput(JNIEnv* env, jbyteArray buf, jint off, jint len) { in setInput()82 NativeZipStream* toNativeZipStream(jlong address) { in toNativeZipStream()83 return reinterpret_cast<NativeZipStream*>(static_cast<uintptr_t>(address)); in toNativeZipStream()