DataReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
-
DataReader
- Derived
- Implements
-
Microsoft.BizTalk.ParsingEngine.IDataReader
Constructors
| DataReader(Stream, Encoding) |
Properties
| BaseStream | |
| CurrentEncoding | |
| Length | |
| Position |
Methods
| Close() | |
| Mark() | |
| Peek() | |
| Read() | |
| Read(Char[], Int32, Int32) | |
| ReadToEnd() | |
| Reset() | |
| Reset(Boolean) | |
| Unget(Char) | |
| Unget(Char[], Int32, Int32) | |
| Unget(String, Int32, Int32) |