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

Diff of /classpath/java/io/StringReader.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 arenn, Sun Mar 9 21:54:31 2003 UTC
# Line 1  Line 1 
1  /* StringReader.java -- permits a String to be read as a character input stream  /* StringReader.java -- permits a String to be read as a character input stream
2     Copyright (C) 1998, 1999, 2000  Free Software Foundation     Copyright (C) 1998, 1999, 2000, 2003  Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 51  package java.io; Line 51  package java.io;
51   * normal.  If no mark has been set, then calling the <code>reset()</code>   * normal.  If no mark has been set, then calling the <code>reset()</code>
52   * method rewinds the read pointer to the beginning of the <code>String</code>.   * method rewinds the read pointer to the beginning of the <code>String</code>.
53   *   *
  * @version 0.0  
  *  
54   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
55   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy <warrenl@cygnus.com>
56   * @date October 19, 1998.     * @date October 19, 1998.  
# Line 73  public class StringReader extends Reader Line 71  public class StringReader extends Reader
71    
72    /**    /**
73     * Create a new <code>StringReader</code> that will read chars from the     * Create a new <code>StringReader</code> that will read chars from the
74     * passed in <code>String</code>.  This stream will read from the beginning to the     * passed in <code>String</code>.  This stream will read from the beginning
75     * end of the <code>String</code>.     * to the end of the <code>String</code>.
76     *     *
77     * @param s The <code>String</code> this stream will read from.     * @param s The <code>String</code> this stream will read from.
78     */     */
# Line 208  public class StringReader extends Reader Line 206  public class StringReader extends Reader
206      }      }
207    }    }
208  }  }
209    

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