URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
756 |
jeremybenn |
#include <config.h>
|
| 2 |
|
|
|
| 3 |
|
|
#include <gnu/java/nio/VMChannel.h>
|
| 4 |
|
|
#include <gcj/cni.h>
|
| 5 |
|
|
#include <java/lang/UnsupportedOperationException.h>
|
| 6 |
|
|
|
| 7 |
|
|
void
|
| 8 |
|
|
gnu::java::nio::VMChannel::setBlocking (jint, jboolean)
|
| 9 |
|
|
{
|
| 10 |
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::nio::VMChannel::setBlocking (jint, jboolean) not implemented"));
|
| 11 |
|
|
}
|
| 12 |
|
|
|
| 13 |
|
|
|
| 14 |
|
|
jint
|
| 15 |
|
|
gnu::java::nio::VMChannel::read (jint, ::java::nio::ByteBuffer *)
|
| 16 |
|
|
{
|
| 17 |
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::nio::VMChannel::read (jint, ::java::nio::ByteBuffer *) not implemented"));
|
| 18 |
|
|
}
|
| 19 |
|
|
|
| 20 |
|
|
|
| 21 |
|
|
jlong
|
| 22 |
|
|
gnu::java::nio::VMChannel::readScattering (jint, JArray< ::java::nio::ByteBuffer *> *, jint, jint)
|
| 23 |
|
|
{
|
| 24 |
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::nio::VMChannel::readScattering (jint, JArray< ::java::nio::ByteBuffer *> *, jint, jint) not implemented"));
|
| 25 |
|
|
}
|
| 26 |
|
|
|
| 27 |
|
|
|
| 28 |
|
|
jint
|
| 29 |
|
|
gnu::java::nio::VMChannel::write (jint, ::java::nio::ByteBuffer *)
|
| 30 |
|
|
{
|
| 31 |
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::nio::VMChannel::write (jint, ::java::nio::ByteBuffer *) not implemented"));
|
| 32 |
|
|
}
|
| 33 |
|
|
|
| 34 |
|
|
|
| 35 |
|
|
jlong
|
| 36 |
|
|
gnu::java::nio::VMChannel::writeGathering (jint, JArray< ::java::nio::ByteBuffer *> *, jint, jint)
|
| 37 |
|
|
{
|
| 38 |
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::nio::VMChannel::writeGathering (jint, JArray< ::java::nio::ByteBuffer *> *, jint, jint) not implemented"));
|
| 39 |
|
|
}
|
| 40 |
|
|
|
| 41 |
|
|
|
| 42 |
|
|
void
|
| 43 |
|
|
gnu::java::nio::VMChannel::initIDs ()
|
| 44 |
|
|
{
|
| 45 |
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::nio::VMChannel::initIDs () not implemented"));
|
| 46 |
|
|
}
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.