XmlDictionaryReader.CreateBinaryReader 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
오버로드
설명
이러한 오버로드는 .NET 이진 XML 형식을 XmlDictionaryReader 읽을 수 있는 인스턴스를 만듭니다.
CreateBinaryReader(Byte[], XmlDictionaryReaderQuotas)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(cli::array <System::Byte> ^ buffer, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateBinaryReader : byte[] * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (buffer As Byte(), quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
매개 변수
- buffer
- Byte[]
읽어올 버퍼입니다.
- quotas
- XmlDictionaryReaderQuotas
이 작업에 적용되는 할당량입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
buffer
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Stream, XmlDictionaryReaderQuotas)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(System::IO::Stream ^ stream, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateBinaryReader : System.IO.Stream * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (stream As Stream, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
매개 변수
- stream
- Stream
읽어올 스트림입니다.
- quotas
- XmlDictionaryReaderQuotas
이 작업에 적용되는 할당량입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
stream
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateBinaryReader : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
매개 변수
- stream
- Stream
읽어올 스트림입니다.
- dictionary
- IXmlDictionary
사용할 XmlDictionary입니다.
- quotas
- XmlDictionaryReaderQuotas
이 작업에 적용되는 할당량입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
stream
또는 quotas
가 null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Byte[], Int32, Int32, XmlDictionaryReaderQuotas)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateBinaryReader : byte[] * int * int * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (buffer As Byte(), offset As Integer, count As Integer, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
매개 변수
- buffer
- Byte[]
읽어올 버퍼입니다.
- offset
- Int32
buffer
에서 읽어올 시작 위치입니다.
- count
- Int32
buffer
에서 읽을 수 있는 바이트 수입니다.
- quotas
- XmlDictionaryReaderQuotas
이 작업에 적용되는 할당량입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
buffer
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session);
static member CreateBinaryReader : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession) As XmlDictionaryReader
매개 변수
- stream
- Stream
읽어올 스트림입니다.
- dictionary
- IXmlDictionary
사용할 XmlDictionary입니다.
- quotas
- XmlDictionaryReaderQuotas
이 작업에 적용되는 할당량입니다.
- session
- XmlBinaryReaderSession
사용할 XmlBinaryReaderSession입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
stream
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateBinaryReader : byte[] * int * int * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (buffer As Byte(), offset As Integer, count As Integer, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
매개 변수
- buffer
- Byte[]
읽어올 버퍼입니다.
- offset
- Int32
buffer
에서 읽어올 시작 위치입니다.
- count
- Int32
buffer
에서 읽을 수 있는 바이트 수입니다.
- dictionary
- IXmlDictionary
사용할 XmlDictionary입니다.
- quotas
- XmlDictionaryReaderQuotas
이 작업에 적용되는 할당량입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
count
가 0보다 작거나 버퍼 길이에서 오프셋을 뺀 값보다 큰 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
static member CreateBinaryReader : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader
매개 변수
- stream
- Stream
읽어올 스트림입니다.
- dictionary
- IXmlDictionary
사용할 XmlDictionary입니다.
- quotas
- XmlDictionaryReaderQuotas
적용할 XmlDictionaryReaderQuotas입니다.
- session
- XmlBinaryReaderSession
사용할 XmlBinaryReaderSession입니다.
- onClose
- OnXmlDictionaryReaderClose
판독기가 닫히면 호출될 대리자입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
stream
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session);
static member CreateBinaryReader : byte[] * int * int * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (buffer As Byte(), offset As Integer, count As Integer, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession) As XmlDictionaryReader
매개 변수
- buffer
- Byte[]
읽어올 버퍼입니다.
- offset
- Int32
buffer
에서 읽어올 시작 위치입니다.
- count
- Int32
buffer
에서 읽을 수 있는 바이트 수입니다.
- dictionary
- IXmlDictionary
사용할 XmlDictionary입니다.
- quotas
- XmlDictionaryReaderQuotas
적용할 XmlDictionaryReaderQuotas입니다.
- session
- XmlBinaryReaderSession
사용할 XmlBinaryReaderSession입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
buffer
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.
적용 대상
CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)
.NET 이진 XML 형식을 읽을 수 있는 XmlDictionaryReader의 인스턴스를 만듭니다.
public:
static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(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 static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
static member CreateBinaryReader : byte[] * int * int * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (buffer As Byte(), offset As Integer, count As Integer, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader
매개 변수
- buffer
- Byte[]
읽어올 버퍼입니다.
- offset
- Int32
buffer
에서 읽어올 시작 위치입니다.
- count
- Int32
buffer
에서 읽을 수 있는 바이트 수입니다.
- dictionary
- IXmlDictionary
사용할 XmlDictionary입니다.
- quotas
- XmlDictionaryReaderQuotas
적용할 XmlDictionaryReaderQuotas입니다.
- session
- XmlBinaryReaderSession
사용할 XmlBinaryReaderSession입니다.
- onClose
- OnXmlDictionaryReaderClose
판독기가 닫히면 호출될 대리자입니다.
반환
XmlDictionaryReader의 인스턴스입니다.
예외
buffer
이(가) null
인 경우
설명
다른 XmlDictionaryReader 속성은 기본값 또는 null
.