public interface Translator
Modifier and Type | Method and Description |
---|---|
void |
translate(java.io.Reader in,
TranslationWriter out)
Creates a partial translation for the given input text.
|
void translate(java.io.Reader in, TranslationWriter out)
in
- the Reader
to read the input from.out
- the TranslationWriter
with which to write the output.