/[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.32 by mark, Fri Apr 29 16:57:05 2005 UTC revision 1.33 by jfrijters, Tue May 31 06:16:03 2005 UTC
# Line 107  public class FileInputStream extends Inp Line 107  public class FileInputStream extends Inp
107      if (s != null)      if (s != null)
108        s.checkRead(file.getPath());        s.checkRead(file.getPath());
109    
110      ch = new FileChannelImpl (file, FileChannelImpl.READ);      ch = FileChannelImpl.create(file, FileChannelImpl.READ);
111    }    }
112    
113    /**    /**

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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