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

Diff of /classpath/java/io/PrintStream.java

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

revision 1.22 by mkoch, Tue Nov 16 11:32:36 2004 UTC revision 1.23 by mkoch, Wed Feb 16 11:18:37 2005 UTC
# Line 1  Line 1 
1  /* PrintStream.java -- OutputStream for printing output  /* PrintStream.java -- OutputStream for printing output
2     Copyright (C) 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 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 53  package java.io; Line 53  package java.io;
53   * <p>   * <p>
54   * This class converts char's into byte's using the system default encoding.   * This class converts char's into byte's using the system default encoding.
55   *   *
56   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
57   * @author Tom Tromey <tromey@cygnus.com>   * @author Tom Tromey (tromey@cygnus.com)
58   */   */
59  public class PrintStream extends FilterOutputStream  public class PrintStream extends FilterOutputStream
60  {  {

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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