writer property
Content
get
writer
Returns the Content
writer.
Calling this property never throws, but methods provided by the Content
interface (that are used to write content) should throw FormatException
if writing / encoding fails.
Implementation
Content get writer;