FSF GCC merge 02/23/03
[official-gcc.git] / libjava / gnu / java / nio / natCharBufferImpl.cc
blob9fb54e145612e3cffedc4a2ab6b8bfff8e1c640e
1 // natCharBufferImpl.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/CharBufferImpl.h>
18 JArray<jchar>*
19 gnu::java::nio::CharBufferImpl::nio_cast(JArray<jbyte>*)
21 return NULL;
24 void
25 gnu::java::nio::CharBufferImpl::nio_put_Byte(gnu::java::nio::CharBufferImpl*, jint, jint, jbyte)
29 jbyte
30 gnu::java::nio::CharBufferImpl::nio_get_Byte(gnu::java::nio::CharBufferImpl*, jint, jint)
32 return 0;