org.jboss.portal.common.text
Class AbstractCharEncoder

java.lang.Object
  extended by 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

Constructor Summary
AbstractCharEncoder()
           
 
Method Summary
 void encode(char[] chars, CharWriter writer)
           
 void encode(char[] chars, int off, int len, CharWriter writer)
           
 void encode(java.lang.CharSequence s, CharWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.common.text.CharEncoder
encode
 

Constructor Detail

AbstractCharEncoder

public AbstractCharEncoder()
Method Detail

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