C# 클래스 Versionr.ObjectStore.LZHAMReaderStream

상속: ChunkedDecompressionStream
파일 보기 프로젝트 열기: eatplayhate/versionr

Private Properties

프로퍼티 타입 설명
CreateDecompressionStream System.IntPtr
DecompressData int
DecompressSetSource int
DestroyDecompressionStream bool

공개 메소드들

메소드 설명
LZHAMReaderStream ( long size, System baseStream ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
RefillBuffer ( byte data, byte output, int decompressedSize, bool end ) : void

비공개 메소드들

메소드 설명
CreateDecompressionStream ( int windowBits ) : IntPtr
DecompressData ( IntPtr stream, IntPtr output, int outLength, bool &finished ) : int
DecompressSetSource ( IntPtr stream, IntPtr output, int outLength ) : int
DestroyDecompressionStream ( IntPtr stream ) : bool

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LZHAMReaderStream() 공개 메소드

public LZHAMReaderStream ( long size, System baseStream ) : System
size long
baseStream System
리턴 System

RefillBuffer() 보호된 메소드

protected RefillBuffer ( byte data, byte output, int decompressedSize, bool end ) : void
data byte
output byte
decompressedSize int
end bool
리턴 void