Interface TextEncoder

All Known Implementing Classes:
CharsetTextEncoder

public interface TextEncoder
A text encoder that encodes text to an output stream. No assumptions must be made about the statefullness nature of an encoder as some encoder may be statefull and some encoder may be stateless.
Version:
$Revision$
Author:
Julien Viet