C# Class SharpOS.Tools.KeyCompiler.UnicodeEncoding

Inheritance: IEncoding
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Decode ( int &keymask, int &statebit, Keymap &defaultMap, Keymap &shiftedMap, Stream input ) : void
Encode ( int keymask, int statebit, Keymap defaultMap, Keymap shiftedMap, Stream output ) : void
EncodeKeymap ( Keymap map, BinaryWriter w ) : void
UnicodeEncoding ( ) : System

Private Methods

Méthode Description
DecodeKeymap ( BinaryReader r ) : Keymap

Method Details

Decode() public méthode

public Decode ( int &keymask, int &statebit, Keymap &defaultMap, Keymap &shiftedMap, Stream input ) : void
keymask int
statebit int
defaultMap Keymap
shiftedMap Keymap
input Stream
Résultat void

Encode() public méthode

public Encode ( int keymask, int statebit, Keymap defaultMap, Keymap shiftedMap, Stream output ) : void
keymask int
statebit int
defaultMap Keymap
shiftedMap Keymap
output Stream
Résultat void

EncodeKeymap() public méthode

public EncodeKeymap ( Keymap map, BinaryWriter w ) : void
map Keymap
w System.IO.BinaryWriter
Résultat void

UnicodeEncoding() public méthode

public UnicodeEncoding ( ) : System
Résultat System