Method | Description | |
---|---|---|
Advance ( int count ) : void | ||
Close ( ) : void | ||
Compare ( int offset1, int length1, int offset2, int length2 ) : int | ||
Equals2 ( int key1, |
||
Equals2 ( int key1, int key2, |
||
Equals2 ( int offset1, int length1, |
||
Equals2 ( int offset1, int length1, byte buffer2 ) : bool | ||
Equals2 ( int offset1, int length1, int offset2, int length2 ) : bool | ||
Equals2 ( int offset1, int length1, string s2 ) : bool | ||
GetBase64 ( int srcOffset, byte buffer, int dstOffset, int count ) : void | ||
GetBuffer ( int count, int &offset ) : byte[] | ||
GetBuffer ( int count, int &offset, int &offsetMax ) : byte[] | ||
GetByte ( ) : byte | ||
GetByte ( int offset ) : byte | ||
GetCharEntity ( int offset, int length ) : int | ||
GetDecimal ( int offset ) : decimal | ||
GetDictionaryString ( int key ) : |
||
GetDouble ( int offset ) : double | ||
GetEscapedChars ( int offset, int length, char chars ) : int | ||
GetEscapedString ( int offset, int length ) : string | ||
GetEscapedString ( int offset, int length, |
||
GetGuid ( int offset ) : System.Guid | ||
GetInt16 ( int offset ) : int | ||
GetInt32 ( int offset ) : int | ||
GetInt64 ( int offset ) : long | ||
GetInt8 ( int offset ) : int | ||
GetList ( int offset, int count ) : object[] | ||
GetNodeType ( ) : XmlBinaryNodeType | ||
GetRows ( ) : int[] | ||
GetSingle ( int offset ) : float | ||
GetString ( int offset, int length ) : string | ||
GetString ( int offset, int length, |
||
GetUInt64 ( int offset ) : ulong | ||
GetUnicodeString ( int offset, int length ) : string | ||
GetUniqueId ( int offset ) : |
||
InsertBytes ( byte buffer, int offset, int count ) : void | ||
IsWhitespaceKey ( int key ) : bool | ||
IsWhitespaceUTF8 ( int offset, int length ) : bool | ||
IsWhitespaceUnicode ( int offset, int length ) : bool | ||
ReadBytes ( int count ) : int | ||
ReadDateTime ( ) : System.DateTime | ||
ReadDecimal ( ) : decimal | ||
ReadDictionaryKey ( ) : int | ||
ReadDouble ( ) : double | ||
ReadGuid ( ) : System.Guid | ||
ReadInt16 ( ) : int | ||
ReadInt32 ( ) : int | ||
ReadInt64 ( ) : long | ||
ReadInt8 ( ) : int | ||
ReadMultiByteUInt31 ( ) : int | ||
ReadQName ( System.Xml.ValueHandle value ) : void | ||
ReadSingle ( ) : float | ||
ReadTimeSpan ( ) : System.TimeSpan | ||
ReadUInt16 ( ) : int | ||
ReadUInt31 ( ) : int | ||
ReadUInt8 ( ) : int | ||
ReadUTF8String ( int length ) : string | ||
ReadUniqueId ( ) : |
||
ReadValue ( XmlBinaryNodeType nodeType, System.Xml.ValueHandle value ) : void | ||
SetBuffer ( Stream stream, IXmlDictionary dictionary, |
||
SetBuffer ( byte buffer, int offset, int count, IXmlDictionary dictionary, |
||
SetWindow ( int windowOffset, int windowLength ) : void | ||
SkipByte ( ) : void | ||
SkipNodeType ( ) : void | ||
UnsafeReadArray ( byte dst, byte dstMax ) : void | ||
XmlBufferReader ( |
||
XmlBufferReader ( byte buffer ) : System |
Method | Description | |
---|---|---|
EnsureByte ( ) : void | ||
EnsureBytes ( int count ) : void | ||
GetAmpersandCharEntity ( int offset, int length ) : int | ||
GetApostropheCharEntity ( int offset, int length ) : int | ||
GetBufferHard ( int count, int &offset ) : byte[] | ||
GetByteHard ( ) : byte | ||
GetCharBuffer ( int count ) : char[] | ||
GetChars ( int offset, int length, char chars ) : int | ||
GetChars ( int offset, int length, char chars, int charOffset ) : int | ||
GetDecimalCharEntity ( int offset, int length ) : int | ||
GetGreaterThanCharEntity ( int offset, int length ) : int | ||
GetHexCharEntity ( int offset, int length ) : int | ||
GetLessThanCharEntity ( int offset, int length ) : int | ||
GetQuoteCharEntity ( int offset, int length ) : int | ||
IsAttrChar ( int ch ) : bool | ||
ReadList ( System.Xml.ValueHandle value ) : void | ||
ReadUnicodeValue ( System.Xml.ValueHandle value, int length ) : void | ||
ReadValue ( System.Xml.ValueHandle value, ValueHandleType type, int length ) : void | ||
SetBuffer ( Stream stream, byte buffer, int offset, int count, IXmlDictionary dictionary, |
||
TryEnsureByte ( ) : bool | ||
TryEnsureBytes ( int count ) : bool | ||
UnsafeReadArray ( byte dst, int length ) : void |
public Compare ( int offset1, int length1, int offset2, int length2 ) : int | ||
offset1 | int | |
length1 | int | |
offset2 | int | |
length2 | int | |
return | int |
public Equals2 ( int key1, |
||
key1 | int | |
xmlString2 | ||
return | bool |
public Equals2 ( int key1, int key2, |
||
key1 | int | |
key2 | int | |
bufferReader2 | ||
return | bool |
public Equals2 ( int offset1, int length1, |
||
offset1 | int | |
length1 | int | |
bufferReader2 | ||
offset2 | int | |
length2 | int | |
return | bool |
public Equals2 ( int offset1, int length1, byte buffer2 ) : bool | ||
offset1 | int | |
length1 | int | |
buffer2 | byte | |
return | bool |
public Equals2 ( int offset1, int length1, int offset2, int length2 ) : bool | ||
offset1 | int | |
length1 | int | |
offset2 | int | |
length2 | int | |
return | bool |
public Equals2 ( int offset1, int length1, string s2 ) : bool | ||
offset1 | int | |
length1 | int | |
s2 | string | |
return | bool |
public GetBase64 ( int srcOffset, byte buffer, int dstOffset, int count ) : void | ||
srcOffset | int | |
buffer | byte | |
dstOffset | int | |
count | int | |
return | void |
public GetBuffer ( int count, int &offset ) : byte[] | ||
count | int | |
offset | int | |
return | byte[] |
public GetBuffer ( int count, int &offset, int &offsetMax ) : byte[] | ||
count | int | |
offset | int | |
offsetMax | int | |
return | byte[] |
public GetCharEntity ( int offset, int length ) : int | ||
offset | int | |
length | int | |
return | int |
public GetDictionaryString ( int key ) : |
||
key | int | |
return |
public GetEscapedChars ( int offset, int length, char chars ) : int | ||
offset | int | |
length | int | |
chars | char | |
return | int |
public GetEscapedString ( int offset, int length ) : string | ||
offset | int | |
length | int | |
return | string |
public GetEscapedString ( int offset, int length, |
||
offset | int | |
length | int | |
nameTable | ||
return | string |
public GetList ( int offset, int count ) : object[] | ||
offset | int | |
count | int | |
return | object[] |
public GetString ( int offset, int length ) : string | ||
offset | int | |
length | int | |
return | string |
public GetString ( int offset, int length, |
||
offset | int | |
length | int | |
nameTable | ||
return | string |
public GetUnicodeString ( int offset, int length ) : string | ||
offset | int | |
length | int | |
return | string |
public InsertBytes ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public IsWhitespaceUTF8 ( int offset, int length ) : bool | ||
offset | int | |
length | int | |
return | bool |
public IsWhitespaceUnicode ( int offset, int length ) : bool | ||
offset | int | |
length | int | |
return | bool |
public ReadQName ( System.Xml.ValueHandle value ) : void | ||
value | System.Xml.ValueHandle | |
return | void |
public ReadUTF8String ( int length ) : string | ||
length | int | |
return | string |
public ReadValue ( XmlBinaryNodeType nodeType, System.Xml.ValueHandle value ) : void | ||
nodeType | XmlBinaryNodeType | |
value | System.Xml.ValueHandle | |
return | void |
public SetBuffer ( Stream stream, IXmlDictionary dictionary, |
||
stream | Stream | |
dictionary | IXmlDictionary | |
session | ||
return | void |
public SetBuffer ( byte buffer, int offset, int count, IXmlDictionary dictionary, |
||
buffer | byte | |
offset | int | |
count | int | |
dictionary | IXmlDictionary | |
session | ||
return | void |
public SetWindow ( int windowOffset, int windowLength ) : void | ||
windowOffset | int | |
windowLength | int | |
return | void |
public UnsafeReadArray ( byte dst, byte dstMax ) : void | ||
dst | byte | |
dstMax | byte | |
return | void |
public XmlBufferReader ( |
||
reader | ||
return | System |
public XmlBufferReader ( byte buffer ) : System | ||
buffer | byte | |
return | System |