C# 클래스 csogg.csBuffer

Summary description for csBuffer.
파일 보기 프로젝트 열기: secred/Tachycardia 1 사용 예제들

공개 메소드들

메소드 설명
adv ( int bits ) : void
adv1 ( ) : void
bits ( ) : int
buf ( ) : byte[]
bytes ( ) : int
csBuffer ( ) : System
ilog ( int v ) : int
look ( int bits ) : int
look1 ( ) : int
read ( int bits ) : int
read ( byte s, int bytes ) : void
read1 ( ) : int
readinit ( byte buf, int start, int bytes ) : void
write ( byte s ) : void
write ( int vvalue, int bits ) : void
writeclear ( ) : void
writeinit ( ) : void

비공개 메소드들

메소드 설명
reset ( ) : void

메소드 상세

adv() 공개 메소드

public adv ( int bits ) : void
bits int
리턴 void

adv1() 공개 메소드

public adv1 ( ) : void
리턴 void

bits() 공개 메소드

public bits ( ) : int
리턴 int

buf() 공개 메소드

public buf ( ) : byte[]
리턴 byte[]

bytes() 공개 메소드

public bytes ( ) : int
리턴 int

csBuffer() 공개 메소드

public csBuffer ( ) : System
리턴 System

ilog() 공개 정적인 메소드

public static ilog ( int v ) : int
v int
리턴 int

look() 공개 메소드

public look ( int bits ) : int
bits int
리턴 int

look1() 공개 메소드

public look1 ( ) : int
리턴 int

read() 공개 메소드

public read ( int bits ) : int
bits int
리턴 int

read() 공개 메소드

public read ( byte s, int bytes ) : void
s byte
bytes int
리턴 void

read1() 공개 메소드

public read1 ( ) : int
리턴 int

readinit() 공개 메소드

public readinit ( byte buf, int start, int bytes ) : void
buf byte
start int
bytes int
리턴 void

write() 공개 메소드

public write ( byte s ) : void
s byte
리턴 void

write() 공개 메소드

public write ( int vvalue, int bits ) : void
vvalue int
bits int
리턴 void

writeclear() 공개 메소드

public writeclear ( ) : void
리턴 void

writeinit() 공개 메소드

public writeinit ( ) : void
리턴 void