Represents a writer that can write a sequential stream of characters.
package com.ms.wfc.io
public interface IWriter
The Writer class provides a default implementation of this interface.