gcc/libjava/gnu/java/nio/natDoubleBufferImpl.cc

24 lines
427 B
C++
Raw Normal View History

#include <config.h>
#include <gcj/cni.h>
#include <jvm.h>
#include <gnu/java/nio/DoubleBufferImpl.h>
JArray<jdouble>*
gnu::java::nio::DoubleBufferImpl::nio_cast(JArray<jbyte>*)
{
return NULL;
}
void
gnu::java::nio::DoubleBufferImpl::nio_put_Byte(gnu::java::nio::DoubleBufferImpl*, jint, jint, jbyte)
{
}
jbyte
gnu::java::nio::DoubleBufferImpl::nio_get_Byte(gnu::java::nio::DoubleBufferImpl*, jint, jint)
{
return 0;
}