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

Diff of /classpath/java/io/PipedInputStream.java

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

revision 1.15 by mkoch, Mon Apr 12 14:46:56 2004 UTC revision 1.16 by mkoch, Sat Oct 2 08:44:39 2004 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    package java.io;
39    
40  // NOTE: This implementation is very similar to that of PipedReader.  If you  // NOTE: This implementation is very similar to that of PipedReader.  If you
41  // fix a bug in here, chances are you should make a similar change to the  // fix a bug in here, chances are you should make a similar change to the
42  // PipedReader code.  // PipedReader code.
43    
 package java.io;  
   
44  /**  /**
45    * An input stream that reads its bytes from an output stream    * An input stream that reads its bytes from an output stream
46    * to which it is connected.    * to which it is connected.

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