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

Diff of /classpath/java/io/BufferedOutputStream.java

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

revision 1.6 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.7 by cbj, Mon Mar 25 05:12:18 2002 UTC
# Line 140  flush() throws IOException Line 140  flush() throws IOException
140    
141    out.write(buf, 0, count);    out.write(buf, 0, count);
142    count = 0;    count = 0;
143      out.flush();
144  }  }
145    
146  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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