C# 클래스 SharpOS.Tools.KeyCompiler.ASCIIEncoding

상속: IEncoding
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DecodeKeymap ( BinaryReader r ) : Keymap

메소드 상세

ASCIIEncoding() 공개 메소드

public ASCIIEncoding ( ) : System
리턴 System

Decode() 공개 메소드

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

Encode() 공개 메소드

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

EncodeKeymap() 공개 메소드

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