C# 클래스 SmartAssembly.Zip.SimpleZip.DeflaterPending

파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
buf byte[]

공개 메소드들

메소드 설명
AlignToByte ( ) : void
Flush ( byte output, int offset, int length ) : int
WriteBits ( int b, int count ) : void
WriteBlock ( byte block, int offset, int len ) : void
WriteShort ( int s ) : void

메소드 상세

AlignToByte() 공개 메소드

public AlignToByte ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( byte output, int offset, int length ) : int
output byte
offset int
length int
리턴 int

WriteBits() 공개 메소드

public WriteBits ( int b, int count ) : void
b int
count int
리턴 void

WriteBlock() 공개 메소드

public WriteBlock ( byte block, int offset, int len ) : void
block byte
offset int
len int
리턴 void

WriteShort() 공개 메소드

public WriteShort ( int s ) : void
s int
리턴 void

프로퍼티 상세

buf 보호되어 있는 프로퍼티

protected byte[] buf
리턴 byte[]