IXmlBinaryReaderInitializer.SetInput Metod

Definition

Initierar om den binära läsaren med hjälp av angivna indata.

Överlagringar

SetInput(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)

Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs

Initierar om den binära läsaren med den angivna indataströmmen.

public:
 void SetInput(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose)

Parametrar

stream
Stream

Strömmen som ska läsas från.

dictionary
IXmlDictionary

XmlDictionary att använda.

onClose
OnXmlDictionaryReaderClose

Delegera att anropa när läsaren stängs.

Gäller för

SetInput(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)

Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs
Källa:
XmlBinaryReader.cs

Initierar om den binära läsaren med den angivna indatabufferten.

public:
 void SetInput(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : byte[] * int * int * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (buffer As Byte(), offset As Integer, count As Integer, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose)

Parametrar

buffer
Byte[]

Bufferten som ska läsas från.

offset
Int32

Startposition som ska läsas i buffer.

count
Int32

Antal byte som kan läsas från buffer.

dictionary
IXmlDictionary

XmlDictionary att använda.

onClose
OnXmlDictionaryReaderClose

Delegera att anropa när läsaren stängs.

Gäller för