IXmlBinaryReaderInitializer Interface
.NET Framework (current version)
Provides methods for reinitializing a binary reader to read a new document.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | SetInput(array<Byte>^, Int32, Int32, IXmlDictionary^, XmlDictionaryReaderQuotas^, XmlBinaryReaderSession^, OnXmlDictionaryReaderClose^) | Reinitializes the binary reader using the given input buffer. |
![]() | SetInput(Stream^, IXmlDictionary^, XmlDictionaryReaderQuotas^, XmlBinaryReaderSession^, OnXmlDictionaryReaderClose^) | Reinitializes the binary reader using the given input stream. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
