Go to the source code of this file.
|
static java_handle_t * | zip_read_resource (list_classpath_entry *lce, Utf8String name) |
|
static java_handle_t * | file_read_resource (char *path) |
|
JNIEXPORT jobject JNICALL | Java_com_sun_cldc_io_ResourceInputStream_open (JNIEnv *env, jclass clazz, jstring name) |
|
JNIEXPORT jint JNICALL | Java_com_sun_cldc_io_ResourceInputStream_bytesRemain (JNIEnv *env, jclass clazz, jobject jobj) |
|
JNIEXPORT jint JNICALL | Java_com_sun_cldc_io_ResourceInputStream_readByte (JNIEnv *env, jclass clazz, jobject jobj) |
|
JNIEXPORT jint JNICALL | Java_com_sun_cldc_io_ResourceInputStream_readBytes (JNIEnv *env, jclass clazz, jobject jobj, jbyteArray byteArray, jint off, jint len) |
|
JNIEXPORT jobject JNICALL | Java_com_sun_cldc_io_ResourceInputStream_clone (JNIEnv *env, jclass clazz, jobject jobj) |
|
void | _Jv_com_sun_cldc_io_ResourceInputStream_init (void) |
|
void _Jv_com_sun_cldc_io_ResourceInputStream_init |
( |
void |
| ) |
|
JNIEXPORT jint JNICALL Java_com_sun_cldc_io_ResourceInputStream_bytesRemain |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
jobj |
|
) |
| |
JNIEXPORT jint JNICALL Java_com_sun_cldc_io_ResourceInputStream_readByte |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
jobj |
|
) |
| |
JNIEXPORT jint JNICALL Java_com_sun_cldc_io_ResourceInputStream_readBytes |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
jobj, |
|
|
jbyteArray |
byteArray, |
|
|
jint |
off, |
|
|
jint |
len |
|
) |
| |
JNINativeMethod methods[] |
|
static |