Represents a writer that can write a sequential stream of characters.
package com.ms.wfc.io
public abstract class Writer implements IWriter
The Writer class is an abstract base class. A subclass must minimally implement the write method.