mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	add hpatch interface code
This commit is contained in:
		| @@ -108,4 +108,11 @@ JNIEXPORT jbyteArray JNICALL Java_cn_reactnative_modules_update_DownloadTask_bsd | ||||
|     (*env)->ReleaseByteArrayElements(env, origin, originPtr, JNI_ABORT); | ||||
|     (*env)->ReleaseByteArrayElements(env, patch, patchPtr, JNI_ABORT); | ||||
|     return ret; | ||||
| } | ||||
|  | ||||
|  | ||||
| JNIEXPORT jbyteArray JNICALL Java_cn_reactnative_modules_update_DownloadTask_hdiffPatch | ||||
|         (JNIEnv *env, jobject self, jbyteArray origin, jbyteArray patch){ | ||||
|     //todo:  | ||||
|     return 0; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 sisong
					sisong