/[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.31 by mkoch, Sat Oct 2 08:44:39 2004 UTC revision 1.32 by mkoch, Tue Nov 16 11:32:36 2004 UTC
# Line 72  public class FileOutputStream extends Ou Line 72  public class FileOutputStream extends Ou
72     * one exists) with the name of the file to be opened.  An exception is     * one exists) with the name of the file to be opened.  An exception is
73     * thrown if writing is not allowed.     * thrown if writing is not allowed.
74     *     *
75     * @param name The name of the file this stream should write to     * @param path The name of the file this stream should write to
76     * @param append <code>true</code> to append bytes to the end of the file,     * @param append <code>true</code> to append bytes to the end of the file,
77     * or <code>false</code> to write bytes to the beginning     * or <code>false</code> to write bytes to the beginning
78     *     *
# Line 95  public class FileOutputStream extends Ou Line 95  public class FileOutputStream extends Ou
95     * one exists) with the name of the file to be opened.  An exception is     * one exists) with the name of the file to be opened.  An exception is
96     * thrown if writing is not allowed.     * thrown if writing is not allowed.
97     *     *
98     * @param name The name of the file this stream should write to     * @param path The name of the file this stream should write to
99     *     *
100     * @exception SecurityException If write access to the file is not allowed     * @exception SecurityException If write access to the file is not allowed
101     * @exception FileNotFoundException If a non-security error occurs     * @exception FileNotFoundException If a non-security error occurs
# Line 176  public class FileOutputStream extends Ou Line 176  public class FileOutputStream extends Ou
176     * one exists) with the specified <code>FileDescriptor</code> as an argument.     * one exists) with the specified <code>FileDescriptor</code> as an argument.
177     * An exception is thrown if writing is not allowed.     * An exception is thrown if writing is not allowed.
178     *     *
179     * @param file The <code>FileDescriptor</code> this stream should write to     * @param fdObj The <code>FileDescriptor</code> this stream should write to
180     *     *
181     * @exception SecurityException If write access to the file is not allowed     * @exception SecurityException If write access to the file is not allowed
182     */     */

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

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