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

Diff of /classpath/java/io/FileOutputStream.java

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

revision 1.35 by mark, Fri Apr 29 16:57:05 2005 UTC revision 1.36 by jfrijters, Tue May 31 06:16:03 2005 UTC
# Line 155  public class FileOutputStream extends Ou Line 155  public class FileOutputStream extends Ou
155      if (s != null)      if (s != null)
156        s.checkWrite(file.getPath());        s.checkWrite(file.getPath());
157    
158     ch = new FileChannelImpl (file, (append     ch = FileChannelImpl.create(file, (append
159                                      ? FileChannelImpl.WRITE                                      ? FileChannelImpl.WRITE
160                                      | FileChannelImpl.APPEND                                      | FileChannelImpl.APPEND
161                                      : FileChannelImpl.WRITE));                                      : FileChannelImpl.WRITE));

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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