org.jboss.portal.common.text
Class AbstractCharEncoder
java.lang.Object
org.jboss.portal.common.text.AbstractCharEncoder
- All Implemented Interfaces:
- CharEncoder
public abstract class AbstractCharEncoder
- extends java.lang.Object
- implements CharEncoder
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCharEncoder
public AbstractCharEncoder()
encode
public void encode(char[] chars,
int off,
int len,
CharWriter writer)
throws EncodingException
- Specified by:
encode
in interface CharEncoder
- Throws:
EncodingException
encode
public void encode(char[] chars,
CharWriter writer)
throws EncodingException
- Specified by:
encode
in interface CharEncoder
- Throws:
EncodingException
encode
public void encode(java.lang.CharSequence s,
CharWriter writer)
throws EncodingException
- Specified by:
encode
in interface CharEncoder
- Throws:
EncodingException