Package org.jboss.portal.common.text

Interface Summary
CharEncoder Defines an interface for encoding chars.
CharToByteEncoder Defines an interface for encoding a char to a sequence of bytes.
CharWriter  
 

Class Summary
AbstractCharEncoder  
CharBuffer A simple char buffer that implements the CharWriter interface
CharToByteEncoder.Generic Generic implementation that works for any charset, based on NIO.
EntityEncoder This encoder performs lookup for converting a char to its HTML entity representation.
FastURLDecoder  
FastURLEncoder An implementation based on a table for lookups.
TextTools  
 

Exception Summary
EncodingException  
MalformedInputException  
UnsupportedCharsetException