C# Class System.Xml.XmlStreamNodeWriter

Inheritance: System.Xml.XmlNodeWriter
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
WriteBytes ( byte byteBuffer, int byteOffset, int byteCount ) : void

Méthodes protégées

Méthode Description
SetOutput ( Stream stream, bool ownsStream, Encoding encoding ) : void
UnsafeGetUTF8Chars ( char chars, int charCount, byte buffer, int offset ) : int
UnsafeGetUTF8Length ( char chars, int charCount ) : int
UnsafeGetUnicodeChars ( char chars, int charCount, byte buffer, int offset ) : int
UnsafeWriteBytes ( byte bytes, int byteCount ) : void
UnsafeWriteUTF8Chars ( char chars, int charCount ) : void
UnsafeWriteUnicodeChars ( char chars, int charCount ) : void
WriteUTF8Chars ( byte chars, int charOffset, int charCount ) : void

Private Methods

Méthode Description
GetByteCount ( char chars ) : int

Method Details

SetOutput() protected méthode

protected SetOutput ( Stream stream, bool ownsStream, Encoding encoding ) : void
stream System.IO.Stream
ownsStream bool
encoding System.Text.Encoding
Résultat void

UnsafeGetUTF8Chars() protected méthode

protected UnsafeGetUTF8Chars ( char chars, int charCount, byte buffer, int offset ) : int
chars char
charCount int
buffer byte
offset int
Résultat int

UnsafeGetUTF8Length() protected méthode

protected UnsafeGetUTF8Length ( char chars, int charCount ) : int
chars char
charCount int
Résultat int

UnsafeGetUnicodeChars() protected méthode

protected UnsafeGetUnicodeChars ( char chars, int charCount, byte buffer, int offset ) : int
chars char
charCount int
buffer byte
offset int
Résultat int

UnsafeWriteBytes() protected méthode

protected UnsafeWriteBytes ( byte bytes, int byteCount ) : void
bytes byte
byteCount int
Résultat void

UnsafeWriteUTF8Chars() protected méthode

protected UnsafeWriteUTF8Chars ( char chars, int charCount ) : void
chars char
charCount int
Résultat void

UnsafeWriteUnicodeChars() protected méthode

protected UnsafeWriteUnicodeChars ( char chars, int charCount ) : void
chars char
charCount int
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte byteBuffer, int byteOffset, int byteCount ) : void
byteBuffer byte
byteOffset int
byteCount int
Résultat void

WriteUTF8Chars() protected méthode

protected WriteUTF8Chars ( byte chars, int charOffset, int charCount ) : void
chars byte
charOffset int
charCount int
Résultat void