@Deprecated public class AggregateTranslator extends CharSequenceTranslator
Modifier and Type | Field and Description |
---|---|
private CharSequenceTranslator[] |
translators
Deprecated.
|
HEX_DIGITS
Constructor and Description |
---|
AggregateTranslator(CharSequenceTranslator... translators)
Deprecated.
Specify the translators to be used at creation time.
|
Modifier and Type | Method and Description |
---|---|
int |
translate(java.lang.CharSequence input,
int index,
java.io.Writer out)
Deprecated.
The first translator to consume codepoints from the input is the 'winner'.
|
hex, translate, translate, with
private final CharSequenceTranslator[] translators
public AggregateTranslator(CharSequenceTranslator... translators)
translators
- CharSequenceTranslator array to aggregatepublic int translate(java.lang.CharSequence input, int index, java.io.Writer out) throws java.io.IOException
translate
in class CharSequenceTranslator
input
- CharSequence that is being translatedindex
- int representing the current point of translationout
- Writer to translate the text tojava.io.IOException
- if and only if the Writer produces an IOException