FSF GCC merge 02/23/03
[official-gcc.git] / libjava / gnu / java / nio / natLongBufferImpl.cc
bloba84248136e51493dbf812f45ce038042e318f671
1 // natLongBufferImpl.cc
3 /* Copyright (C) 2002, 2003 Free Software Foundation
5 This file is part of libgcj.
7 This software is copyrighted work licensed under the terms of the
8 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 details. */
11 #include <config.h>
13 #include <gcj/cni.h>
14 #include <jvm.h>
16 #include <gnu/java/nio/LongBufferImpl.h>
18 JArray<jlong>*
19 gnu::java::nio::LongBufferImpl::nio_cast(JArray<jbyte>*)
21 return NULL;
24 void
25 gnu::java::nio::LongBufferImpl::nio_put_Byte(gnu::java::nio::LongBufferImpl*, jint, jint, jbyte)
29 jbyte
30 gnu::java::nio::LongBufferImpl::nio_get_Byte(gnu::java::nio::LongBufferImpl*, jint, jint)
32 return 0;