HL7DataReader 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class HL7DataReader : Microsoft::Solutions::BTAHL7::Pipelines::DataReader
public class HL7DataReader : Microsoft.Solutions.BTAHL7.Pipelines.DataReader
type HL7DataReader = class
inherit DataReader
Public Class HL7DataReader
Inherits DataReader
- 继承
构造函数
HL7DataReader(Stream, Encoding, MessageType) |
属性
BaseStream | (继承自 DataReader) |
CurrentEncoding | (继承自 DataReader) |
DS | |
FieldSeparator | |
Length | (继承自 DataReader) |
NextState | |
Position | (继承自 DataReader) |
方法
Close() | (继承自 DataReader) |
Mark() | (继承自 DataReader) |
Peek() | (继承自 DataReader) |
PeekAndSetDelimiters() | |
Pop() | |
PushStateAndInit() | |
Read() | (继承自 DataReader) |
Read(Char[], Int32, Int32) | (继承自 DataReader) |
ReadToEnd() | (继承自 DataReader) |
Reset() | (继承自 DataReader) |
Reset(Boolean) | (继承自 DataReader) |
ToString() | |
Unget(Char) | (继承自 DataReader) |
Unget(Char[], Int32, Int32) | (继承自 DataReader) |
Unget(String, Int32, Int32) | (继承自 DataReader) |