XmlBufferedReaderStream 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 XmlBufferedReaderStream abstract : Microsoft::BizTalk::Streaming::ForwardOnlyEventingReadStream
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class XmlBufferedReaderStream : Microsoft.BizTalk.Streaming.ForwardOnlyEventingReadStream
type XmlBufferedReaderStream = class
inherit ForwardOnlyEventingReadStream
Public MustInherit Class XmlBufferedReaderStream
Inherits ForwardOnlyEventingReadStream
- Inheritance
- Derived
- Attributes
Constructors
XmlBufferedReaderStream() | |
XmlBufferedReaderStream(MemoryStream) |
Fields
m_outputStream |
Properties
CanRead | (Inherited from ForwardOnlyEventingReadStream) |
CanSeek | (Inherited from ForwardOnlyEventingReadStream) |
CanWrite | (Inherited from EventingReadStream) |
EnableReadEvent | (Inherited from EventingReadStream) |
Length | |
Position | |
ReadCompleted | (Inherited from EventingReadStream) |
Methods
Close() | |
FireAfterLastReadEvent() | (Inherited from EventingReadStream) |
FireBeforeFirstReadEvent() | (Inherited from EventingReadStream) |
FireReadEvent(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Flush() | (Inherited from ForwardOnlyEventingReadStream) |
ProcessXmlNodes(Int32) | |
Read(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
ReadInternal(Byte[], Int32, Int32) | |
Seek(Int64, SeekOrigin) | (Inherited from ForwardOnlyEventingReadStream) |
SetLength(Int64) | (Inherited from ForwardOnlyEventingReadStream) |
Write(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Events
AfterLastReadEvent | (Inherited from EventingReadStream) |
BeforeFirstReadEvent | (Inherited from EventingReadStream) |
ReadEvent | (Inherited from EventingReadStream) |