C# Class SharpOS.Tools.KeyCompiler.ASCIIEncoding

Inheritance: IEncoding
Mostra file Open project: sharpos/SharpOS

Public Methods

Method Description
ASCIIEncoding ( ) : System
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

Private Methods

Method Description
DecodeKeymap ( BinaryReader r ) : Keymap

Method Details

ASCIIEncoding() public method

public ASCIIEncoding ( ) : System
return System

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