Paragraph Formatter Stream
ParagraphFormatterStream wraps an Appendable with a ParagraphFormatter, so that Strings can automatically be formatted by the ParagraphFormatter before being appended to the output stream.
Author
Leslie Schultz
Parameters
formatter
The text formatter.
appendable
The Appendable that receives output text.
Constructors
Link copied to clipboard
Construct a new ParagraphFormatterStream.