org.apache.myfaces.util
Class CDataEndEscapeFilterWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.myfaces.util.CDataEndEscapeFilterWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class CDataEndEscapeFilterWriter
- extends FilterWriter
- Author:
- Leonardo Uribe
Method Summary |
void |
write(char[] cbuf,
int off,
int len)
|
void |
write(int c)
|
void |
write(String str,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDataEndEscapeFilterWriter
public CDataEndEscapeFilterWriter(Writer out)
write
public void write(int c)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
write
public void write(String str,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.