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