C# 클래스 Volante.Rc4File

상속: Volante.OsFile
파일 보기 프로젝트 열기: kjk/volante 1 사용 예제들

공개 메소드들

메소드 설명
Rc4File ( String filePath, String key ) : System
Rc4File ( String filePath, String key, bool readOnly ) : System
Read ( long pos, byte buf ) : int
Write ( long pos, byte buf ) : void

비공개 메소드들

메소드 설명
decrypt ( byte cipherText, int cipherOff, byte clearText, int clearOff, int len ) : void
encrypt ( byte clearText, int clearOff, byte cipherText, int cipherOff, int len ) : void
nextState ( ) : int
setKey ( String key ) : void

메소드 상세

Rc4File() 공개 메소드

public Rc4File ( String filePath, String key ) : System
filePath String
key String
리턴 System

Rc4File() 공개 메소드

public Rc4File ( String filePath, String key, bool readOnly ) : System
filePath String
key String
readOnly bool
리턴 System

Read() 공개 메소드

public Read ( long pos, byte buf ) : int
pos long
buf byte
리턴 int

Write() 공개 메소드

public Write ( long pos, byte buf ) : void
pos long
buf byte
리턴 void