Class BodyContentImpl

java.lang.Object
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class BodyContentImpl extends BodyContent
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. Provide support for discarding for the output that has been buffered.
Author:
Rajiv Mordani, Jan Luehe