IXmlBinaryReaderInitializer.SetInput Método

Definição

Reinicializa o leitor binário usando os dados de entrada fornecidos.Reinitializes the binary reader using the given input data.

Sobrecargas

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

Reinicializa o leitor binário usando o fluxo de entrada fornecido.Reinitializes the binary reader using the given input stream.

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

Reinicializa o leitor binário usando o buffer de entrada fornecido.Reinitializes the binary reader using the given input buffer.

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

Reinicializa o leitor binário usando o fluxo de entrada fornecido.Reinitializes the binary reader using the given input stream.

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)

Parâmetros

stream
Stream

O fluxo do qual ler.The stream from which to read.

dictionary
IXmlDictionary

XmlDictionary a ser usado.XmlDictionary to use.

onClose
OnXmlDictionaryReaderClose

O delegado a chamar quando o leitor estiver fechado.Delegate to call when the reader is closed.

Aplica-se a

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

Reinicializa o leitor binário usando o buffer de entrada fornecido.Reinitializes the binary reader using the given input buffer.

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)

Parâmetros

buffer
Byte[]

O buffer do qual ler.The buffer from which to read.

offset
Int32

Posição inicial da qual será feita a leitura no buffer.Starting position from which to read in buffer.

count
Int32

Número de bytes que podem ser lidos de buffer.Number of bytes that can be read from buffer.

dictionary
IXmlDictionary

XmlDictionary a ser usado.XmlDictionary to use.

onClose
OnXmlDictionaryReaderClose

O delegado a chamar quando o leitor estiver fechado.Delegate to call when the reader is closed.

Aplica-se a