public class FastURLDecoder extends AbstractCharEncoder
| Constructor and Description |
|---|
FastURLDecoder(CharToByteEncoder encoder) |
FastURLDecoder(CharToByteEncoder encoder,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
static FastURLDecoder |
getUTF8Instance() |
static FastURLDecoder |
getUTF8StrictInstance() |
boolean |
isStrict() |
protected void |
safeEncode(char[] chars,
int i,
int length,
CharWriter tmp) |
public FastURLDecoder(CharToByteEncoder encoder)
public FastURLDecoder(CharToByteEncoder encoder, boolean strict)
public static FastURLDecoder getUTF8Instance()
public static FastURLDecoder getUTF8StrictInstance()
protected void safeEncode(char[] chars,
int i,
int length,
CharWriter tmp)
safeEncode in class AbstractCharEncoderpublic boolean isStrict()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.