/[classpath]/classpath/gnu/java/nio/channels/FileChannelImpl.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/channels/FileChannelImpl.java

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

revision 1.7 by mark, Sun May 2 09:13:33 2004 UTC revision 1.8 by mkoch, Thu Feb 17 12:57:27 2005 UTC
# Line 1  Line 1 
1  /* FileChannelImpl.java --  /* FileChannelImpl.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 191  public final class FileChannelImpl exten Line 191  public final class FileChannelImpl exten
191        {        {
192          byte[] buffer = src.array();          byte[] buffer = src.array();
193          write(buffer, src.arrayOffset() + src.position(), len);          write(buffer, src.arrayOffset() + src.position(), len);
194            src.position(src.position() + len);
195        }        }
196      else      else
197        {        {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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