Share via


TextReader Class

Methods | This Package | All Packages

Implements a reader that can read a sequential stream of characters from an IByteStream object or from a named file.

Reader
  |
  +--TextReader

package com.ms.wfc.io

public class TextReader
extends
Reader****

Remarks

This class performs buffering of the input and conversions from the underlying single-byte or double-byte character set to Unicode.

See Also    StringReader, Text, TextWriter