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

Diff of /classpath/java/io/OutputStreamWriter.java

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

revision 1.19 by smarothy, Fri Sep 23 21:28:14 2005 UTC revision 1.20 by tromey, Mon Sep 26 18:44:39 2005 UTC
# Line 229  public class OutputStreamWriter extends Line 229  public class OutputStreamWriter extends
229     * <code>CharsetEncoder</code>.     * <code>CharsetEncoder</code>.
230     *     *
231     * @param out The <code>OutputStream</code> to write to     * @param out The <code>OutputStream</code> to write to
232     * @param cs The <code>CharsetEncoder</code> to encode the output with     * @param enc The <code>CharsetEncoder</code> to encode the output with
233     */     */
234    public OutputStreamWriter(OutputStream out, CharsetEncoder enc)    public OutputStreamWriter(OutputStream out, CharsetEncoder enc)
235    {    {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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