commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog gnu/java/nio/CharBufferIm...


From: Michael Koch
Subject: classpath ./ChangeLog gnu/java/nio/CharBufferIm...
Date: Mon, 25 Nov 2002 02:42:50 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Michael Koch <address@hidden>   02/11/25 02:42:48

Modified files:
        .              : ChangeLog 
        gnu/java/nio   : CharBufferImpl.java MappedCharFileBuffer.java 
        java/nio       : CharBuffer.java 

Log message:
        2002-11-23  Michael Koch <address@hidden>
        
        * gnu/java/nio/CharBufferImpl.java
        (array_offset): Removed.
        (endian): New member variable to store endianess of buffer.
        (order): New method.
        * gnu/java/nio/MappedCharFileBuffer.java
        (endian): New member variable to store endianess of buffer.
        (order): New method.
        * java/nio/CharBuffer.java
        (array_offset): New member variable.
        (allocateDirect): Removed.
        (wrap): Fixed
        (Thanks to Ito Kazumitsu <address@hidden>).
        (wrap): Documentation added.
        (get): Throw exception, documentation added.
        (put): Throw exception, documentation added.
        (put): New method.
        (hasArray): Documentation added.
        (array): Documentation added.
        (arrayOffset): Implemented, documentation added.
        (hashCode): Documentation added.
        (subSequence): Documentation added.
        (length): Documentation added.
        (charAt): Reformated, documentation added.
        (toString): Documentation added.
        (compareTo): Documentation added.
        (order): Made a final method to an abstract method.
        (order): Removed.
        (compact): Documentation added.
        (isDirect): Documentation added.
        (slice): Documentation added.
        (duplicate): Documentation added.
        (asReadOnlyBuffer): Documentation added.
        (asShortBuffer): Removed.
        (asCharBuffer): Removed.
        (asIntBuffer): Removed.
        (asLongBuffer): Removed.
        (asDoubleBuffer): Removed.
        (asFloatBuffer): Removed.
        (asBuffer): Removed.
        (getChar): Removed.
        (putChar): Removed.
        (getShort): Removed.
        (putShort): Removed.
        (getInt): Removed.
        (putInt): Removed.
        (getLong): Removed.
        (putLong): Removed.
        (getDouble): Removed.
        (putDouble): Removed.
        (getFloat): Removed.
        (putFloat): Removed.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.740&tr2=1.741&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/nio/CharBufferImpl.java.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/nio/MappedCharFileBuffer.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/CharBuffer.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]