C# Class DungeonMasterParser.DMEncoding.DMDecoder

Inheritance: System.Text.Decoder
Mostra file Open project: ggrrin/DungeonMaster

Public Methods

Method 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

Method Description
DecodeCharacters ( ushort t, char chars, int &i ) : void

Method Details

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int

Reset() public method

public Reset ( ) : void
return void