@Deprecated public class UnicodeUnescaper extends CharSequenceTranslator
Constructor | Description |
---|---|
UnicodeUnescaper() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
int |
translate(CharSequence input,
int index,
Writer out) |
Deprecated.
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
|
hex, translate, translate, with
public int translate(CharSequence input, int index, Writer out) throws IOException
translate
in class CharSequenceTranslator
input
- CharSequence that is being translatedindex
- int representing the current point of translationout
- Writer to translate the text toIOException
- if and only if the Writer produces an IOExceptionCopyright © 2001–2018. All rights reserved.