C# Class Portable.Text.Encoder

Inheritance: System.Text.Encoder
Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

Méthode Description
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 index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
Reset ( ) : void

Méthodes protégées

Méthode Description
Encoder ( ) : System

Private Methods

Méthode Description
CheckArguments ( char chars, int charCount, byte bytes, int byteCount ) : void

Method Details

Convert() public méthode

public Convert ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void
chars char
charIndex int
charCount int
bytes byte
byteIndex int
byteCount int
flush bool
charsUsed int
bytesUsed int
completed bool
Résultat void

Encoder() protected méthode

protected Encoder ( ) : System
Résultat System

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

Reset() public méthode

public Reset ( ) : void
Résultat void