/[classpath]/classpath/java/io/FileInputStream.java
ViewVC logotype

Diff of /classpath/java/io/FileInputStream.java

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

revision 1.22 by mkoch, Sun Apr 6 09:18:12 2003 UTC revision 1.23 by mkoch, Sun Apr 6 10:38:30 2003 UTC
# Line 306  public class FileInputStream extends Inp Line 306  public class FileInputStream extends Inp
306    public synchronized FileChannel getChannel ()    public synchronized FileChannel getChannel ()
307    {    {
308      if (ch == null)      if (ch == null)
309        ch = new FileChannelImpl ((int) (fd.getNativeFd () & 0xFFFF), this);        ch = new FileChannelImpl (fd, false, this);
310            
311      return ch;      return ch;
312    }    }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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