-
- Downloads
2003-06-17 Michael Koch <konqueror@gmx.de>
* java/nio/DirectByteBufferImpl.java (address): Made package private. (DirectByteBufferImpl): New constructor. * java/nio/natDirectByteBufferImpl.cc (allocateImpl): Moved to java.nio namespace, implemented. (freeImpl): Likewise. (getImpl): Likewise. (putImpl): Likewise. * jni.cc (_Jv_JNI_NewDirectByteBuffer): Implemented. (_Jv_JNI_GetDirectBufferAddress): Implemented. (_Jv_JNI_GetDirectBufferCapacity): Implemented. From-SVN: r68105
Showing
- libjava/ChangeLog 15 additions, 0 deletionslibjava/ChangeLog
- libjava/java/nio/DirectByteBufferImpl.java 6 additions, 1 deletionlibjava/java/nio/DirectByteBufferImpl.java
- libjava/java/nio/natDirectByteBufferImpl.cc 12 additions, 12 deletionslibjava/java/nio/natDirectByteBufferImpl.cc
- libjava/jni.cc 16 additions, 10 deletionslibjava/jni.cc
Loading
Please register or sign in to comment