/[classpath]/classpath/java/nio/channels/FileChannel.java
ViewVC logotype

Diff of /classpath/java/nio/channels/FileChannel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mkoch, Mon Mar 3 07:49:00 2003 UTC revision 1.10 by mkoch, Thu Jun 26 19:52:43 2003 UTC
# Line 112  public abstract class FileChannel extend Line 112  public abstract class FileChannel extend
112     *     *
113     * @exception IOException If an I/O error occurs.     * @exception IOException If an I/O error occurs.
114     */     */
115    public long write (ByteBuffer[] srcs) throws IOException    public final long write (ByteBuffer[] srcs) throws IOException
116    {    {
117      long result = 0;      long result = 0;
118            

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26