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

Diff of /classpath/java/io/LineNumberInputStream.java

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

revision 1.7 by tromey, Mon Jun 17 03:49:21 2002 UTC revision 1.8 by mkoch, Sun Mar 23 10:39:02 2003 UTC
# Line 57  package java.io; Line 57  package java.io;
57   * stream, it has the same mark/reset functionality as the underlying   * stream, it has the same mark/reset functionality as the underlying
58   * stream.  The <code>mark()</code> and <code>reset()</code> methods   * stream.  The <code>mark()</code> and <code>reset()</code> methods
59   * in this class handle line numbers correctly.  Calling   * in this class handle line numbers correctly.  Calling
60   * @code{reset()} resets the line number to the point at which   * <code>reset()</code> resets the line number to the point at which
61   * <code>mark()</code> was called if the subordinate stream supports   * <code>mark()</code> was called if the subordinate stream supports
62   * that functionality.   * that functionality.
63   * <p>   * <p>
# Line 119  public class LineNumberInputStream exten Line 119  public class LineNumberInputStream exten
119    /**    /**
120     * This method returns the current line number     * This method returns the current line number
121     *     *
122     * @returns The current line number     * @return The current line number
123     */     */
124    public int getLineNumber()    public int getLineNumber()
125    {    {

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

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