C# Class DungeonMasterParser.DMEncoding.DMDecoder

Inheritance: System.Text.Decoder
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
Reset ( ) : void

Private Methods

Méthode Description
DecodeCharacters ( ushort t, char chars, int &i ) : void

Method Details

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

Reset() public méthode

public Reset ( ) : void
Résultat void