XmlDictionaryReader.CreateBinaryReader メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バイナリ XML 形式<読み取ることができる
オーバーロード
注釈
これらのオーバーロードは、バイナリ XML 形式<読み取ることができる
CreateBinaryReader(Byte[], XmlDictionaryReaderQuotas)
バイナリ XML 形式<読み取ることができる
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)
バイナリ XML 形式<読み取ることができる
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)
バイナリ XML 形式<読み取ることができる
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)
バイナリ XML 形式<読み取ることができる
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です。
count が 0 より小さいか、バッファー長からオフセットを引いた値より大きい値です。
-または-
offset が 0 より小さいか、バッファー長より大きい。
注釈
その他の XmlDictionaryReader プロパティは、既定値または nullに設定されます。
適用対象
CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)
バイナリ XML 形式<読み取ることができる
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)
バイナリ XML 形式<読み取ることができる
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);
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)
バイナリ XML 形式<読み取ることができる
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)
バイナリ XML 形式<読み取ることができる
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);
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です。
count が 0 より小さいか、バッファー長からオフセットを引いた値より大きい値です。
-または-
offset が 0 より小さいか、バッファー長より大きい。
注釈
その他の XmlDictionaryReader プロパティは、既定値または nullに設定されます。
適用対象
CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)
バイナリ XML 形式<読み取ることができる
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);
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です。
count が 0 より小さいか、バッファー長からオフセットを引いた値より大きい値です。
-または-
offset が 0 より小さいか、バッファー長より大きい。
注釈
その他の XmlDictionaryReader プロパティは、既定値または nullに設定されます。