/[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.34 by jfrijters, Thu Mar 3 08:56:02 2005 UTC revision 1.35 by mark, Fri Apr 29 16:57:05 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.getPath(), (append     ch = new FileChannelImpl (file, (append
159                                       ? FileChannelImpl.WRITE                                      ? FileChannelImpl.WRITE
160                                       | FileChannelImpl.APPEND                                      | FileChannelImpl.APPEND
161                                       : FileChannelImpl.WRITE));                                      : FileChannelImpl.WRITE));
162    }    }
163    
164    /**    /**

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

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