C# Class Portable.Text.CP20273

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

Méthodes publiques

Méthode Description
CP20273 ( ) : System
GetByteCount ( String s ) : int
GetByteCountImpl ( char chars, int count ) : 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

CP20273() public méthode

public CP20273 ( ) : 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 count ) : int
chars char
count 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