A Converter converts data from one representation into another.
It is recommended that implementations of Converter
extend this class,
to inherit any further methods that may be added to the class.
stream
. [...]
Converter<RS, RT>
view of this stream transformer. [...]
input
and returns the result of the conversion.
this
with other
. [...]