C# Class SharpOS.Tools.KeyCompiler.UnicodeEncoding

Inheritance: IEncoding
Mostra file Open project: sharpos/SharpOS

Public Methods

Method 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

Method Description
DecodeKeymap ( BinaryReader r ) : Keymap

Method Details

Decode() public method

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

Encode() public method

public Encode ( int keymask, int statebit, Keymap defaultMap, Keymap shiftedMap, Stream output ) : void
keymask int
statebit int
defaultMap Keymap
shiftedMap Keymap
output Stream
return void

EncodeKeymap() public method

public EncodeKeymap ( Keymap map, BinaryWriter w ) : void
map Keymap
w System.IO.BinaryWriter
return void

UnicodeEncoding() public method

public UnicodeEncoding ( ) : System
return System