DataReader 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class DataReader : Microsoft::BizTalk::ParsingEngine::IDataReader
public class DataReader : Microsoft.BizTalk.ParsingEngine.IDataReader
type DataReader = class
interface IDataReader
Public Class DataReader
Implements IDataReader
- 继承
-
DataReader
- 派生
- 实现
-
Microsoft.BizTalk.ParsingEngine.IDataReader
构造函数
| DataReader(Stream, Encoding) |
属性
| BaseStream | |
| CurrentEncoding | |
| Length | |
| Position |
方法
| Close() | |
| Mark() | |
| Peek() | |
| Read() | |
| Read(Char[], Int32, Int32) | |
| ReadToEnd() | |
| Reset() | |
| Reset(Boolean) | |
| Unget(Char) | |
| Unget(Char[], Int32, Int32) | |
| Unget(String, Int32, Int32) |