Microsoft SDK for Java

Writer Class

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.