C# Class System.Text.Encoder

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Convert void
Convert void
GetByteCount int
GetBytes int
Reset void
SerializeEncoder void

Méthodes publiques

Méthode Description
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int

Méthodes protégées

Méthode Description
Encoder ( ) : System.Runtime.Serialization

Private Methods

Méthode Description
Convert ( char chars, int charCount, byte bytes, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void
Convert ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void
GetByteCount ( char chars, int count, bool flush ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, bool flush ) : int
Reset ( ) : void
SerializeEncoder ( SerializationInfo info ) : void

Method Details

Encoder() protected méthode

protected Encoder ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

GetByteCount() public abstract méthode

public abstract GetByteCount ( char chars, int index, int count, bool flush ) : int
chars char
index int
count int
flush bool
Résultat int

GetBytes() public abstract méthode

public abstract GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
flush bool
Résultat int