java > java.io > java.io.writer >

Class: java.io.Writer
    java.lang.Object
       java.io.Writer


public abstract class Writer extends Object implements Appendable, Closeable, Flushable


FIELDS:
protected Object lock

CONSTRUCTORS:
protected Writer()

protected Writer(Object lock)


METHODS:
public Writer append(char c)
Throws: IOException

public Writer append(CharSequence csq)
Throws: IOException

public Writer append(CharSequence csq, int start, int end)
Throws: IndexOutOfBoundsException
Throws: IOException

public abstract void close()
Throws: IOException

public abstract void flush()
Throws: IOException

public void write(char[] cbuf)
Throws: IOException

public abstract void write(char[] cbuf, int off, int len)
Throws: IOException

public void write(int c)
Throws: IOException

public void write(String str)
Throws: IOException

public void write(String str, int off, int len)
Throws: IndexOutOfBoundsException
Throws: IOException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
BufferedWriter, CharArrayWriter, FilterWriter, OutputStreamWriter, PipedWriter, PrintWriter, StringWriter,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net