C# 클래스 Alexandria.Compression.DclImplode

Supports the PKWARE DCL Implode format.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Decompress ( Stream source, byte output ) : int

Decompress the source into the output, then return the number of decompressed bytes.

비공개 메소드들

메소드 설명
FillBitBuffer ( int &bitBuffer, int &bitCount, int requiredBits, Stream source ) : void
RemoveBits ( int &bitBuffer, int &bitCount, int bits ) : void
Truncate ( int value, int bits ) : int
WriteToOutput ( byte value, byte output, int &outputOffset, byte dictionary, int dictionaryTotalSize, int &dictionaryOffset, int &dictionarySize ) : void

메소드 상세

Decompress() 공개 정적인 메소드

Decompress the source into the output, then return the number of decompressed bytes.
public static Decompress ( Stream source, byte output ) : int
source Stream The to decompress from.
output byte The byte array to store the decompressed data in.
리턴 int