This class is an overload of the StreamReader one from .net 2.0 Framework
Namespace:
Hyleos.Common.IOAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
[SerializableAttribute] public class CustomStreamReader : TextReader |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class CustomStreamReader _ Inherits TextReader |
| Visual C++ |
|---|
[SerializableAttribute] public ref class CustomStreamReader : public TextReader |
Remarks
Position is update when you read something from the stream which is not the case
in the Microsoft Framework.
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.IO..::.TextReader
Hyleos.Common.IO..::.CustomStreamReader
System..::.MarshalByRefObject
System.IO..::.TextReader
Hyleos.Common.IO..::.CustomStreamReader