프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Compressor | ICompressor |
메소드 | 설명 | |
---|---|---|
Compress ( byte input, int offset, int count, int &length ) : byte[] | ||
Pack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError | ||
Pack ( byte dest, int &destLength, byte source, int sourceLength, ZLibQuality quality ) : ZLibError | ||
Unpack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError |
메소드 | 설명 | |
---|---|---|
Compress ( byte input, int length, byte &output, int &outputLength ) : void | ||
Compression ( ) : System |
public static Compress ( byte input, int offset, int count, int &length ) : byte[] | ||
input | byte | |
offset | int | |
count | int | |
length | int | |
리턴 | byte[] |
public static Pack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError | ||
dest | byte | |
destLength | int | |
source | byte | |
sourceLength | int | |
리턴 | ZLibError |
public static Pack ( byte dest, int &destLength, byte source, int sourceLength, ZLibQuality quality ) : ZLibError | ||
dest | byte | |
destLength | int | |
source | byte | |
sourceLength | int | |
quality | ZLibQuality | |
리턴 | ZLibError |
public static Unpack ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError | ||
dest | byte | |
destLength | int | |
source | byte | |
sourceLength | int | |
리턴 | ZLibError |