toText abstract method

String toText()

The text representation of content already written to this encoder.

Returns a valid string representation of content for a text format encoder and a base64 string representation of content for a binary format encoder.

Throws FormatException if encoding fails.

Implementation

String toText();