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

Diff of /classpath/java/io/ByteArrayInputStream.java

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

revision 1.9 by mkoch, Thu Apr 8 15:04:37 2004 UTC revision 1.9.2.1 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* ByteArrayInputStream.java -- Read an array as a stream  /* ByteArrayInputStream.java -- Read an array as a stream
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 41  package java.io; Line 41  package java.io;
41  /**  /**
42    * This class permits an array of bytes to be read as an input stream.    * This class permits an array of bytes to be read as an input stream.
43    *    *
44    * @author Warren Levy <warrenl@cygnus.com>    * @author Warren Levy (warrenl@cygnus.com)
45    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
46    */    */
47  public class ByteArrayInputStream extends InputStream  public class ByteArrayInputStream extends InputStream

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

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