net.sourceforge.retroweaver.runtime.java.io
Class Writer_

java.lang.Object
  extended by net.sourceforge.retroweaver.runtime.java.io.Writer_

public class Writer_
extends java.lang.Object


Constructor Summary
Writer_()
           
 
Method Summary
static java.io.Writer append(java.io.Writer w, char c)
           
static java.io.Writer append(java.io.Writer w, java.lang.CharSequence csq)
           
static java.io.Writer append(java.io.Writer w, java.lang.CharSequence csq, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writer_

public Writer_()
Method Detail

append

public static java.io.Writer append(java.io.Writer w,
                                    char c)
                             throws java.io.IOException
Throws:
java.io.IOException

append

public static java.io.Writer append(java.io.Writer w,
                                    java.lang.CharSequence csq)
                             throws java.io.IOException
Throws:
java.io.IOException

append

public static java.io.Writer append(java.io.Writer w,
                                    java.lang.CharSequence csq,
                                    int start,
                                    int end)
                             throws java.io.IOException
Throws:
java.io.IOException