⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 natbytebufferimpl.cc

📁 this gcc-g++-3.3.1.tar.gz is a source file of gcc, you can learn more about gcc through this codes f
💻 CC
字号:
// natByteBufferImpl.cc/* Copyright (C) 2002, 2003  Free Software Foundation   This file is part of libgcj.This software is copyrighted work licensed under the terms of theLibgcj License.  Please consult the file "LIBGCJ_LICENSE" fordetails.  */#include <config.h>#include <gcj/cni.h>#include <jvm.h>#include <gnu/java/nio/ByteBufferImpl.h>JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jbyte>*){  return NULL;}JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jshort>*){  return NULL;}JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jint>*){  return NULL;}JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jlong>*){  return NULL;}JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jchar>*){  return NULL;}JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jfloat>*){  return NULL;}JArray<jbyte>*gnu::java::nio::ByteBufferImpl::nio_cast(JArray<jdouble>*){  return NULL;}voidgnu::java::nio::ByteBufferImpl::nio_put_Byte(gnu::java::nio::ByteBufferImpl*, jint, jint, jbyte){}voidgnu::java::nio::ByteBufferImpl::nio_put_Char(gnu::java::nio::ByteBufferImpl*, jint, jint, jchar){}voidgnu::java::nio::ByteBufferImpl::nio_put_Short(gnu::java::nio::ByteBufferImpl*, jint, jint, jshort){}voidgnu::java::nio::ByteBufferImpl::nio_put_Int(gnu::java::nio::ByteBufferImpl*, jint, jint, jint){}voidgnu::java::nio::ByteBufferImpl::nio_put_Long(gnu::java::nio::ByteBufferImpl*, jint, jint, jlong){}voidgnu::java::nio::ByteBufferImpl::nio_put_Float(gnu::java::nio::ByteBufferImpl*, jint, jint, jfloat){}voidgnu::java::nio::ByteBufferImpl::nio_put_Double(gnu::java::nio::ByteBufferImpl*, jint, jint, jdouble){}jbytegnu::java::nio::ByteBufferImpl::nio_get_Byte(gnu::java::nio::ByteBufferImpl*, jint, jint){  return 0;}jchargnu::java::nio::ByteBufferImpl::nio_get_Char(gnu::java::nio::ByteBufferImpl*, jint, jint){  return ' ';}jshortgnu::java::nio::ByteBufferImpl::nio_get_Short(gnu::java::nio::ByteBufferImpl*, jint, jint){  return 0;}jintgnu::java::nio::ByteBufferImpl::nio_get_Int(gnu::java::nio::ByteBufferImpl*, jint, jint){  return 0;}jlonggnu::java::nio::ByteBufferImpl::nio_get_Long(gnu::java::nio::ByteBufferImpl*, jint, jint){  return 0;}jfloatgnu::java::nio::ByteBufferImpl::nio_get_Float(gnu::java::nio::ByteBufferImpl*, jint, jint){  return 0.0;}jdoublegnu::java::nio::ByteBufferImpl::nio_get_Double(gnu::java::nio::ByteBufferImpl*, jint, jint){  return 0.0;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -