C# Класс System.Xml.XmlStreamNodeWriter

Наследование: System.Xml.XmlNodeWriter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WriteBytes ( byte byteBuffer, int byteOffset, int byteCount ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
GetByteCount ( char chars ) : int

Описание методов

SetOutput() защищенный Метод

protected SetOutput ( Stream stream, bool ownsStream, Encoding encoding ) : void
stream System.IO.Stream
ownsStream bool
encoding System.Text.Encoding
Результат void

UnsafeGetUTF8Chars() защищенный Метод

protected UnsafeGetUTF8Chars ( char chars, int charCount, byte buffer, int offset ) : int
chars char
charCount int
buffer byte
offset int
Результат int

UnsafeGetUTF8Length() защищенный Метод

protected UnsafeGetUTF8Length ( char chars, int charCount ) : int
chars char
charCount int
Результат int

UnsafeGetUnicodeChars() защищенный Метод

protected UnsafeGetUnicodeChars ( char chars, int charCount, byte buffer, int offset ) : int
chars char
charCount int
buffer byte
offset int
Результат int

UnsafeWriteBytes() защищенный Метод

protected UnsafeWriteBytes ( byte bytes, int byteCount ) : void
bytes byte
byteCount int
Результат void

UnsafeWriteUTF8Chars() защищенный Метод

protected UnsafeWriteUTF8Chars ( char chars, int charCount ) : void
chars char
charCount int
Результат void

UnsafeWriteUnicodeChars() защищенный Метод

protected UnsafeWriteUnicodeChars ( char chars, int charCount ) : void
chars char
charCount int
Результат void

WriteBytes() публичный Метод

public WriteBytes ( byte byteBuffer, int byteOffset, int byteCount ) : void
byteBuffer byte
byteOffset int
byteCount int
Результат void

WriteUTF8Chars() защищенный Метод

protected WriteUTF8Chars ( byte chars, int charOffset, int charCount ) : void
chars byte
charOffset int
charCount int
Результат void