Index: include/gnu_java_nio_ByteBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_ByteBufferImpl.h diff -N include/gnu_java_nio_ByteBufferImpl.h --- include/gnu_java_nio_ByteBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,39 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_ByteBufferImpl__ -#define __gnu_java_nio_ByteBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3B (JNIEnv *env, jclass, jbyteArray); -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3C (JNIEnv *env, jclass, jcharArray); -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3S (JNIEnv *env, jclass, jshortArray); -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3J (JNIEnv *env, jclass, jlongArray); -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3I (JNIEnv *env, jclass, jintArray); -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3F (JNIEnv *env, jclass, jfloatArray); -extern jbyteArray Java_gnu_java_nio_ByteBufferImpl_nio_1cast___3D (JNIEnv *env, jclass, jdoubleArray); -extern jbyte Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); -extern jchar Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Char (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Char (JNIEnv *env, jclass, jobject, jint, jint, jchar); -extern jshort Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Short (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Short (JNIEnv *env, jclass, jobject, jint, jint, jshort); -extern jint Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Int (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Int (JNIEnv *env, jclass, jobject, jint, jint, jint); -extern jlong Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Long (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Long (JNIEnv *env, jclass, jobject, jint, jint, jlong); -extern jfloat Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Float (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Float (JNIEnv *env, jclass, jobject, jint, jint, jfloat); -extern jdouble Java_gnu_java_nio_ByteBufferImpl_nio_1get_1Double (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ByteBufferImpl_nio_1put_1Double (JNIEnv *env, jclass, jobject, jint, jint, jdouble); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_ByteBufferImpl__ */ Index: include/gnu_java_nio_CharBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_CharBufferImpl.h diff -N include/gnu_java_nio_CharBufferImpl.h --- include/gnu_java_nio_CharBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_CharBufferImpl__ -#define __gnu_java_nio_CharBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jcharArray Java_gnu_java_nio_CharBufferImpl_nio_1cast (JNIEnv *env, jclass, jbyteArray); -extern jbyte Java_gnu_java_nio_CharBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_CharBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_CharBufferImpl__ */ Index: include/gnu_java_nio_DoubleBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_DoubleBufferImpl.h diff -N include/gnu_java_nio_DoubleBufferImpl.h --- include/gnu_java_nio_DoubleBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_DoubleBufferImpl__ -#define __gnu_java_nio_DoubleBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jbyte Java_gnu_java_nio_DoubleBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_DoubleBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); -extern jdoubleArray Java_gnu_java_nio_DoubleBufferImpl_nio_1cast (JNIEnv *env, jclass, jbyteArray); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_DoubleBufferImpl__ */ Index: include/gnu_java_nio_FloatBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_FloatBufferImpl.h diff -N include/gnu_java_nio_FloatBufferImpl.h --- include/gnu_java_nio_FloatBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_FloatBufferImpl__ -#define __gnu_java_nio_FloatBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jfloatArray Java_gnu_java_nio_FloatBufferImpl_nio_1cast (JNIEnv *env, jclass, jbyteArray); -extern jbyte Java_gnu_java_nio_FloatBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_FloatBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_FloatBufferImpl__ */ Index: include/gnu_java_nio_IntBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_IntBufferImpl.h diff -N include/gnu_java_nio_IntBufferImpl.h --- include/gnu_java_nio_IntBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_IntBufferImpl__ -#define __gnu_java_nio_IntBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jintArray Java_gnu_java_nio_IntBufferImpl_nio_1cast (JNIEnv *env, jclass, jbyteArray); -extern jbyte Java_gnu_java_nio_IntBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_IntBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_IntBufferImpl__ */ Index: include/gnu_java_nio_LongBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_LongBufferImpl.h diff -N include/gnu_java_nio_LongBufferImpl.h --- include/gnu_java_nio_LongBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_LongBufferImpl__ -#define __gnu_java_nio_LongBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jlongArray Java_gnu_java_nio_LongBufferImpl_nio_1cast (JNIEnv *env, jclass, jbyteArray); -extern jbyte Java_gnu_java_nio_LongBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_LongBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_LongBufferImpl__ */ Index: include/gnu_java_nio_ShortBufferImpl.h =================================================================== RCS file: include/gnu_java_nio_ShortBufferImpl.h diff -N include/gnu_java_nio_ShortBufferImpl.h --- include/gnu_java_nio_ShortBufferImpl.h 4 Apr 2003 04:55:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#ifndef __gnu_java_nio_ShortBufferImpl__ -#define __gnu_java_nio_ShortBufferImpl__ - -#include - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern jshortArray Java_gnu_java_nio_ShortBufferImpl_nio_1cast (JNIEnv *env, jclass, jbyteArray); -extern jbyte Java_gnu_java_nio_ShortBufferImpl_nio_1get_1Byte (JNIEnv *env, jclass, jobject, jint, jint); -extern void Java_gnu_java_nio_ShortBufferImpl_nio_1put_1Byte (JNIEnv *env, jclass, jobject, jint, jint, jbyte); - -#ifdef __cplusplus -} -#endif - -#endif /* __gnu_java_nio_ShortBufferImpl__ */