IXmlBinaryReaderInitializer.SetInput 메서드

정의

지정된 입력 데이터를 사용하여 이진 판독기를 다시 초기화합니다.

오버로드

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

지정된 입력 스트림을 사용하여 이진 판독기를 다시 초기화합니다.

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

지정된 입력 버퍼를 사용하여 이진 판독기를 다시 초기화합니다.

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

Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs

지정된 입력 스트림을 사용하여 이진 판독기를 다시 초기화합니다.

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)

매개 변수

stream
Stream

읽을 스트림입니다.

dictionary
IXmlDictionary

XmlDictionary 사용할 수 있습니다.

quotas
XmlDictionaryReaderQuotas

XmlDictionaryReaderQuotas 적용할 수 있습니다.

session
XmlBinaryReaderSession

XmlBinaryReaderSession 사용할 수 있습니다.

onClose
OnXmlDictionaryReaderClose

판독기를 닫을 때 호출할 대리자입니다.

적용 대상

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

Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs
Source:
XmlBinaryReader.cs

지정된 입력 버퍼를 사용하여 이진 판독기를 다시 초기화합니다.

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)

매개 변수

buffer
Byte[]

읽을 버퍼입니다.

offset
Int32

에서 읽을 시작 위치입니다 buffer.

count
Int32

에서 buffer읽을 수 있는 바이트 수입니다.

dictionary
IXmlDictionary

XmlDictionary 사용할 수 있습니다.

quotas
XmlDictionaryReaderQuotas

XmlDictionaryReaderQuotas 적용할 수 있습니다.

session
XmlBinaryReaderSession

XmlBinaryReaderSession 사용할 수 있습니다.

onClose
OnXmlDictionaryReaderClose

판독기를 닫을 때 호출할 대리자입니다.

적용 대상