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

Diff of /classpath/java/io/InputStream.java

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

revision 1.8 by mkoch, Sat Apr 17 17:29:18 2004 UTC revision 1.8.2.1 by tromey, Thu Aug 26 21:21:10 2004 UTC
# Line 1  Line 1 
1  /* InputStream.java -- Base class for input  /* InputStream.java -- Base class for input
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 48  package java.io; Line 48  package java.io;
48    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
49    * @author Warren Levy <warrenl@cygnus.com>    * @author Warren Levy <warrenl@cygnus.com>
50    */    */
51  public abstract class InputStream  public abstract class InputStream implements Closeable
52  {  {
53    /**    /**
54     * Default, no-arg, public constructor     * Default, no-arg, public constructor

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

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