C# Class System.Text.Base64Encoding

Inheritance: Encoding
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IsValidLeadBytes ( int v1, int v2, int v3, int v4 ) : bool
IsValidTailBytes ( int v3, int v4 ) : bool

Method Details

GetByteCount() public méthode

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

GetBytes() public méthode

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

GetBytes() public méthode

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex 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, byte chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars byte
charIndex 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