This class is a almost one to one version of System.IO.StreamReader. Using this implementation instead of System.IO.StreamReader, will ensure that your code will work both on Standard Windows deployment and Windows Azure deployment. See System.IO.StreamReader for more documentation on the methods of this class. See IC1StreamReader.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public class C1StreamReader : TextReader, 
	IDisposable
Visual Basic
Public Class C1StreamReader _
	Inherits TextReader _
	Implements IDisposable
Visual C++
public ref class C1StreamReader : public TextReader, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..TextReader
      Composite.Core.IO..::..C1StreamReader

See Also