C# Class Portable.Text.CP28605

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

Méthodes publiques

Méthode Description
CP28605 ( ) : System
GetByteCount ( String s ) : int
GetByteCountImpl ( char chars, int charCount ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int

Méthodes protégées

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

Method Details

CP28605() public méthode

public CP28605 ( ) : System
Résultat System

GetByteCount() public méthode

public GetByteCount ( String s ) : int
s String
Résultat int

GetByteCountImpl() public méthode

public GetByteCountImpl ( char chars, int charCount ) : int
chars char
charCount int
Résultat int

GetBytesImpl() public méthode

public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount int
Résultat int

ToBytes() protected méthode

protected ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void
chars char
charCount int
bytes byte
byteCount int
Résultat void