C# 클래스 OpenRA.FileFormats.Blast

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

공개 프로퍼티들

프로퍼티 타입 설명
MAXBITS int
MAXWIN int

공개 메소드들

메소드 설명
Decompress ( Stream input, Stream output, long>.Action onProgress = null ) : void

PKWare Compression Library stream.

비공개 메소드들

메소드 설명
Decode ( Huffman h, BitReader br ) : int

메소드 상세

Decompress() 공개 정적인 메소드

PKWare Compression Library stream.
public static Decompress ( Stream input, Stream output, long>.Action onProgress = null ) : void
input Stream Compressed input stream.
output Stream Stream to write the decompressed output.
onProgress long>.Action Progress callback, invoked with (read bytes, written bytes).
리턴 void

프로퍼티 상세

MAXBITS 공개적으로 정적으로 프로퍼티

public static int MAXBITS
리턴 int

MAXWIN 공개적으로 정적으로 프로퍼티

public static int MAXWIN
리턴 int