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

Diff of /classpath/java/io/FilterReader.java

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

revision 1.9 by mkoch, Sun Mar 23 10:53:30 2003 UTC revision 1.9.2.1 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* FilterReader.java -- Base class for char stream classes that filter input  /* FilterReader.java -- Base class for char stream classes that filter input
2     Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 59  package java.io; Line 59  package java.io;
59    * <code>Reader} read(yte[])</code> method.    * <code>Reader} read(yte[])</code> method.
60    *    *
61    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
62    * @author Warren Levy <warrenl@cygnus.com>    * @author Warren Levy (warrenl@cygnus.com)
63    */    */
64  public abstract class FilterReader extends Reader  public abstract class FilterReader extends Reader
65  {  {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

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