/[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.30.2.2 by gnu_andrew, Sun Jan 16 02:14:47 2005 UTC revision 1.30.2.3 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* FileOutputStream.java -- Writes to a file on disk.  /* FileOutputStream.java -- Writes to a file on disk.
2     Copyright (C) 1998, 2001, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 51  import java.nio.channels.FileChannel; Line 51  import java.nio.channels.FileChannel;
51   * This classes allows a stream of data to be written to a disk file or   * This classes allows a stream of data to be written to a disk file or
52   * any open <code>FileDescriptor</code>.   * any open <code>FileDescriptor</code>.
53   *   *
54   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
55   * @author Tom Tromey <tromey@cygnus.com>   * @author Tom Tromey (tromey@cygnus.com)
56   */   */
57  public class FileOutputStream extends OutputStream  public class FileOutputStream extends OutputStream
58  {  {

Legend:
Removed from v.1.30.2.2  
changed lines
  Added in v.1.30.2.3

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