C# Class Portable.Text.DbcsEncoding

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

Méthodes publiques

Méthode Description
GetByteCount ( char chars, int index, int count ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

Méthodes protégées

Méthode Description
DbcsEncoding ( int codePage ) : System
DbcsEncoding ( int codePage, int windowsCodePage ) : System

Private Methods

Méthode Description
GetConvert ( ) : DbcsConvert

Method Details

DbcsEncoding() protected méthode

protected DbcsEncoding ( int codePage ) : System
codePage int
Résultat System

DbcsEncoding() protected méthode

protected DbcsEncoding ( int codePage, int windowsCodePage ) : System
codePage int
windowsCodePage int
Résultat System

GetByteCount() public méthode

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

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int

GetChars() public méthode

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Résultat int

GetMaxByteCount() public méthode

public GetMaxByteCount ( int charCount ) : int
charCount int
Résultat int

GetMaxCharCount() public méthode

public GetMaxCharCount ( int byteCount ) : int
byteCount int
Résultat int