C# Class System.Text.Encoding.ForwardingDecoder

Inheritance: Decoder
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
ForwardingDecoder ( Encoding enc ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int

Method Details

ForwardingDecoder() public méthode

public ForwardingDecoder ( Encoding enc ) : System
enc Encoding
Résultat System

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