Interface Encoder.TextStream<T>

Type Parameters:
T - the type of the object this encoder can encode to a CharacterStream.
All Superinterfaces:
Encoder
Enclosing interface:
Encoder

public static interface Encoder.TextStream<T> extends Encoder
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.