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

Diff of /classpath/java/io/OutputStream.java

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

revision 1.6 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.7 by mkoch, Wed Feb 16 11:18:37 2005 UTC
# Line 1  Line 1 
1  /* OutputStream.java -- Base class for byte output streams  /* OutputStream.java -- Base class for byte output streams
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 46  package java.io; Line 46  package java.io;
46    * destination such as a file on disk or network connection.    * destination such as a file on disk or network connection.
47    *    *
48    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
49    * @author Tom Tromey <tromey@cygnus.com>    * @author Tom Tromey (tromey@cygnus.com)
50    */    */
51  public abstract class OutputStream  public abstract class OutputStream
52  {  {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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