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

Diff of /classpath/java/io/BufferedInputStream.java

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

revision 1.15 by tromey, Tue Jan 11 00:33:40 2005 UTC revision 1.16 by mkoch, Wed Feb 16 11:18:37 2005 UTC
# Line 1  Line 1 
1  /* BufferedInputStream.java -- An input stream that implements buffering  /* BufferedInputStream.java -- An input stream that implements buffering
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 60  package java.io; Line 60  package java.io;
60   * does.   * does.
61   *   *
62   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
63   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy (warrenl@cygnus.com)
64   * @author Jeroen Frijters <jeroen@frijters.net>   * @author Jeroen Frijters (jeroen@frijters.net)
65   */   */
66  public class BufferedInputStream extends FilterInputStream  public class BufferedInputStream extends FilterInputStream
67  {  {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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