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

Diff of /classpath/java/io/PushbackInputStream.java

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

revision 1.13.2.1 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC revision 1.13.2.2 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* PushbackInputStream.java -- An input stream that can unread bytes  /* PushbackInputStream.java -- An input stream that can unread bytes
2     Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 49  package java.io; Line 49  package java.io;
49    * <p>    * <p>
50    *    *
51    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
52    * @author Warren Levy <warrenl@cygnus.com>    * @author Warren Levy (warrenl@cygnus.com)
53    */    */
54  public class PushbackInputStream extends FilterInputStream  public class PushbackInputStream extends FilterInputStream
55  {  {

Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.13.2.2

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