org.jboss.portal.common.text
Class FastURLDecoder
java.lang.Object
org.jboss.portal.common.text.AbstractCharEncoder
org.jboss.portal.common.text.FastURLDecoder
- All Implemented Interfaces:
- CharEncoder
public class FastURLDecoder
- extends AbstractCharEncoder
- 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 |
FastURLDecoder
public FastURLDecoder(CharToByteEncoder encoder)
FastURLDecoder
public FastURLDecoder(CharToByteEncoder encoder,
boolean strict)
getUTF8Instance
public static FastURLDecoder getUTF8Instance()
getUTF8StrictInstance
public static FastURLDecoder getUTF8StrictInstance()
safeEncode
protected void safeEncode(char[] chars,
int i,
int length,
CharWriter tmp)
- Specified by:
safeEncode
in class AbstractCharEncoder
isStrict
public boolean isStrict()
Copyright © 2008. All Rights Reserved.