java.io
Class FilterWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
public abstract class FilterWriter
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
protected Writer out
FilterWriter
protected FilterWriter(Writer var0)
close
public void close()
throws IOException
- Specified by:
close
in class Writer
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in class Writer
- Throws:
IOException
write
public void write(char[] var0,
int var1,
int var2)
throws IOException
- Specified by:
write
in class Writer
- Throws:
IOException
write
public void write(int var0)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
write
public void write(String var0,
int var1,
int var2)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.