C# Class Versionr.ObjectStore.LZHAMReaderStream

Inheritance: ChunkedDecompressionStream
Afficher le fichier Open project: eatplayhate/versionr

Private Properties

Свойство Type Description
CreateDecompressionStream System.IntPtr
DecompressData int
DecompressSetSource int
DestroyDecompressionStream bool

Méthodes publiques

Méthode Description
LZHAMReaderStream ( long size, System baseStream ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
RefillBuffer ( byte data, byte output, int decompressedSize, bool end ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LZHAMReaderStream() public méthode

public LZHAMReaderStream ( long size, System baseStream ) : System
size long
baseStream System
Résultat System

RefillBuffer() protected méthode

protected RefillBuffer ( byte data, byte output, int decompressedSize, bool end ) : void
data byte
output byte
decompressedSize int
end bool
Résultat void