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

Diff of /classpath/java/io/ByteArrayOutputStream.java

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

revision 1.17 by mark, Sat Jul 2 20:32:37 2005 UTC revision 1.18 by daney, Tue Sep 13 17:04:25 2005 UTC
# Line 1  Line 1 
1  /* BufferedReader.java  /* BufferedReader.java
2     Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 192  public class ByteArrayOutputStream exten Line 193  public class ByteArrayOutputStream exten
193     */     */
194    public String toString (int hibyte)    public String toString (int hibyte)
195    {    {
196      return new String (buf, 0, count, hibyte);      return new String (buf, hibyte, 0, count);
197    }    }
198    
199    // Resize buffer to accommodate new bytes.    // Resize buffer to accommodate new bytes.

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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