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

Diff of /classpath/java/io/FileReader.java

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

revision 1.4 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.5 by arenn, Sun Mar 9 21:54:29 2003 UTC
# Line 1  Line 1 
1  /* FileReader.java -- Convenience class for reading characters from a file  /* FileReader.java -- Convenience class for reading characters from a file
2     Copyright (C) 1998, 2000 Free Software Foundation, Inc.     Copyright (C) 1998, 2000, 2003 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   * to read from files using the default character encoding.  Use   * to read from files using the default character encoding.  Use
47   * <code>InputStreamReader</code> directly to use a non-default encoding.   * <code>InputStreamReader</code> directly to use a non-default encoding.
48   *   *
  * @version 0.0  
  *  
49   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
50   */   */
51  public class FileReader extends InputStreamReader  public class FileReader extends InputStreamReader
# Line 90  public class FileReader extends InputStr Line 88  public class FileReader extends InputStr
88    {    {
89      super(new FileInputStream(name));      super(new FileInputStream(name));
90    }    }
91  }  } // class FileReader
92    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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