프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DeallocateInputBufferHandle | void | ||
Dispose | void | ||
Inflate | ZLibNative.ErrorCode | ||
InflateInit | void | ||
Inflater | System.Diagnostics | ||
ReadInflateOutput | ZLibNative.ErrorCode |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Finished ( ) : bool |
Returns true if the end of the stream has been reached.
|
|
Inflate ( byte &b ) : bool | ||
Inflate ( byte bytes, int offset, int length ) : int | ||
InflateVerified ( byte bufPtr, int length ) : int | ||
NeedsInput ( ) : bool | ||
SetInput ( byte inputBuffer, int startIndex, int count ) : void |
메소드 | 설명 | |
---|---|---|
DeallocateInputBufferHandle ( ) : void |
Frees the GCHandle being used to store the input buffer
|
|
Dispose ( bool disposing ) : void | ||
Inflate ( |
||
InflateInit ( int windowBits ) : void | ||
Inflater ( int windowBits ) : System.Diagnostics |
Initialized the Inflater with the given windowBits size
|
|
ReadInflateOutput ( byte bufPtr, int length, |
Wrapper around the ZLib inflate function, configuring the stream appropriately.
|
public Inflate ( byte bytes, int offset, int length ) : int | ||
bytes | byte | |
offset | int | |
length | int | |
리턴 | int |
public InflateVerified ( byte bufPtr, int length ) : int | ||
bufPtr | byte | |
length | int | |
리턴 | int |
public SetInput ( byte inputBuffer, int startIndex, int count ) : void | ||
inputBuffer | byte | |
startIndex | int | |
count | int | |
리턴 | void |