Methods | This Package | All Packages

Reader Class

Represents a reader that can read a sequential stream of characters.

package com.ms.wfc.io

public abstract class Reader
implements
IReader

Remarks

The Reader class is an abstract base class. A subclass must minimally implement the peek and read methods.

See Also   StringReader, Text, TextReader, Writer