StringReader 成员

实现从字符串进行读取的 TextReader

下表列出了由 StringReader 类型公开的成员。

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework StringReader 初始化从指定字符串进行读取的 StringReader 类的新实例。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Close 已重写。 关闭 StringReader
Public method CreateObjRef  创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (从 MarshalByRefObject 继承。)
Public method Supported by the .NET Compact Framework Dispose 已重载。 
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method GetLifetimeService  检索控制此实例的生存期策略的当前生存期服务对象。 (从 MarshalByRefObject 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method InitializeLifetimeService  获取控制此实例的生存期策略的生存期服务对象。 (从 MarshalByRefObject 继承。)
Public method Supported by the .NET Compact Framework Peek 已重写。 返回下一个可用的字符,但不使用它。
Public method Supported by the .NET Compact Framework Read 已重载。 已重写。 读取输入字符串中的下一个字符或下一组字符。
Public method Supported by the .NET Compact Framework ReadBlock  从当前流中读取最大 count 的字符并从 index 开始将该数据写入 buffer。 (从 TextReader 继承。)
Public method Supported by the .NET Compact Framework ReadLine 已重写。 从基础字符串中读取一行。
Public method Supported by the .NET Compact Framework ReadToEnd 已重写。 将整个流或从流的当前位置到流的结尾作为字符串读取。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework Synchronized  在指定 TextReader 周围创建线程安全包装。 (从 TextReader 继承。)
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Dispose 已重载。 已重写。 
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  已重载。 (从 MarshalByRefObject 继承。)

页首

请参见

参考

StringReader 类
System.IO 命名空间
TextReader
StringWriter

其他资源

文件和流 I/O
如何:从文件读取文本
如何:向文件写入文本