commit-classpath
[Top][All Lists]
Advanced

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

classpath ./ChangeLog java/nio/Buffer.java java...


From: Michael Koch
Subject: classpath ./ChangeLog java/nio/Buffer.java java...
Date: Wed, 13 Nov 2002 05:53:38 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Michael Koch <address@hidden>   02/11/13 05:53:38

Modified files:
        .              : ChangeLog 
        java/nio       : Buffer.java 
        java/nio/channels: DatagramChannel.java ServerSocketChannel.java 
                           SocketChannel.java 
        java/nio/channels/spi: SelectorProvider.java 

Log message:
        2002-11-13  Michael Koch <address@hidden>
        
        * java/nio/Buffer.java
        Correctly initialize mark.
        (capacity): Removed.
        (capacity): Documentation added.
        (clear): Set mark to -1, documentation added.
        (flip): Set mark to -1, documentation added.
        (hasRemaining): Documentation added.
        (isReadOnly): Documentation added.
        (limit): Throw exception, set mark to -1, documentation added.
        (mark): Documentation added.
        (postion): Throw exception, set mark to -1, documentation added.
        (remaining): Documentation added.
        (reset): Throw exception, documentation added.
        (rewind): Set mark to -1, documentation added.
        * java/nio/channels/DatagramChannel.java
        (DatagramChannel): Documentation added.
        (open): Documentation added.
        (read): Documentation added.
        (write): Documentation added.
        (connect): Documentation added.
        (disconnect): Documentation added.
        (isConnected): Documentation added.
        (receive): Documentation added.
        (send): Documentation added.
        (socket): Documentation added.
        (validOps): Documentation added.
        * java/nio/channels/ServerSocketChannel.java
        (ServerSocketChannel): Documentation added.
        (accept): Documentation added.
        (socket): Documentation added.
        (open): Documentation added.
        (validOps): Documentation added.
        * java/nio/channels/SocketChannel.java
        (SocketChannel): Documentation added.
        (open): Documentation added.
        (read): Documentation added.
        (write): Documentation added.
        (validOps): Documentation added.
        (connect): Documentation added.
        (finishConnect): Documentation added.
        (isConnected): Documentation added.
        (isConnectionPending): Documentation added.
        (socket): Documentation added.
        * java/nio/channels/spi/SelectorProvider.java
        (SelectorProvider): Documentation added.
        (openDatagramChannel): Documentation added.
        (openPipe): Documentation added.
        (openSelector): Documentation added.
        (openServerSocketChannel): Documentation added.
        (openSocketChannel): Documentation added.
        (provider): Documentation added.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.706&tr2=1.707&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/Buffer.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/DatagramChannel.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/ServerSocketChannel.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/SocketChannel.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/spi/SelectorProvider.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text





reply via email to

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