public class AggregateTranslator extends CharSequenceTranslator
Constructor | Description |
---|---|
AggregateTranslator(CharSequenceTranslator... translators) |
Specify the translators to be used at creation time.
|
Modifier and Type | Method | Description |
---|---|---|
int |
translate(CharSequence input,
int index,
Writer out) |
The first translator to consume codepoints from the input is the 'winner'.
|
hex, translate, translate, with
public AggregateTranslator(CharSequenceTranslator... translators)
translators
- CharSequenceTranslator array to aggregatepublic 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.