java.io
Class Writer
java.lang.Object
java.io.Writer
- Direct Known Subclasses:
- BufferedWriter, CharArrayWriter, FilterWriter, OutputStreamWriter, PipedWriter, PrintWriter, StringWriter
public abstract class Writer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lock
protected Object lock
Writer
protected Writer()
Writer
protected Writer(Object var0)
close
public abstract void close()
throws IOException
- Throws:
IOException
flush
public abstract void flush()
throws IOException
- Throws:
IOException
write
public void write(char[] var0)
throws IOException
- Throws:
IOException
write
public abstract void write(char[] var0,
int var1,
int var2)
throws IOException
- Throws:
IOException
write
public void write(int var0)
throws IOException
- Throws:
IOException
write
public void write(String var0)
throws IOException
- Throws:
IOException
write
public void write(String var0,
int var1,
int var2)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.