C# 클래스 ComponentAce.Compression.Libs.zlib.ZStream

파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
adler long
avail_in int
avail_out int
msg System.String
next_in byte[]
next_in_index int
next_out byte[]
next_out_index int
total_in long
total_out long

공개 메소드들

메소드 설명
deflate ( int flush ) : int
deflateEnd ( ) : int
deflateInit ( int level ) : int
deflateInit ( int level, int bits ) : int
deflateParams ( int level, int strategy ) : int
deflateSetDictionary ( byte dictionary, int dictLength ) : int
free ( ) : void
inflate ( int f ) : int
inflateEnd ( ) : int
inflateInit ( ) : int
inflateInit ( int w ) : int
inflateReset ( ) : int
inflateSetDictionary ( byte dictionary, int dictLength ) : int
inflateSync ( ) : int

비공개 메소드들

메소드 설명
flush_pending ( ) : void
read_buf ( byte buf, int start, int size ) : int

메소드 상세

deflate() 공개 메소드

public deflate ( int flush ) : int
flush int
리턴 int

deflateEnd() 공개 메소드

public deflateEnd ( ) : int
리턴 int

deflateInit() 공개 메소드

public deflateInit ( int level ) : int
level int
리턴 int

deflateInit() 공개 메소드

public deflateInit ( int level, int bits ) : int
level int
bits int
리턴 int

deflateParams() 공개 메소드

public deflateParams ( int level, int strategy ) : int
level int
strategy int
리턴 int

deflateSetDictionary() 공개 메소드

public deflateSetDictionary ( byte dictionary, int dictLength ) : int
dictionary byte
dictLength int
리턴 int

free() 공개 메소드

public free ( ) : void
리턴 void

inflate() 공개 메소드

public inflate ( int f ) : int
f int
리턴 int

inflateEnd() 공개 메소드

public inflateEnd ( ) : int
리턴 int

inflateInit() 공개 메소드

public inflateInit ( ) : int
리턴 int

inflateInit() 공개 메소드

public inflateInit ( int w ) : int
w int
리턴 int

inflateReset() 공개 메소드

public inflateReset ( ) : int
리턴 int

inflateSetDictionary() 공개 메소드

public inflateSetDictionary ( byte dictionary, int dictLength ) : int
dictionary byte
dictLength int
리턴 int

inflateSync() 공개 메소드

public inflateSync ( ) : int
리턴 int

프로퍼티 상세

adler 공개적으로 프로퍼티

public long adler
리턴 long

avail_in 공개적으로 프로퍼티

public int avail_in
리턴 int

avail_out 공개적으로 프로퍼티

public int avail_out
리턴 int

msg 공개적으로 프로퍼티

public String,System msg
리턴 System.String

next_in 공개적으로 프로퍼티

public byte[] next_in
리턴 byte[]

next_in_index 공개적으로 프로퍼티

public int next_in_index
리턴 int

next_out 공개적으로 프로퍼티

public byte[] next_out
리턴 byte[]

next_out_index 공개적으로 프로퍼티

public int next_out_index
리턴 int

total_in 공개적으로 프로퍼티

public long total_in
리턴 long

total_out 공개적으로 프로퍼티

public long total_out
리턴 long