Buckets:
| extern jbyte blob[]; | |
| extern int blob_size; | |
| JNIEXPORT jbyteArray JNICALL Java_com_termux_app_TermuxInstaller_getZip(JNIEnv *env, __attribute__((__unused__)) jobject This) | |
| { | |
| jbyteArray ret = (*env)->NewByteArray(env, blob_size); | |
| (*env)->SetByteArrayRegion(env, ret, 0, blob_size, blob); | |
| return ret; | |
| } | |
Xet Storage Details
- Size:
- 330 Bytes
- Xet hash:
- ba0c78b4ab7c6af9ec677b28b4d1834ceb0fc4ecfe9c3c5439a6890e67d6bde5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.