C# Class Versionr.ObjectStore.LZ4ReaderStream

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

LZ4ReaderStream() public méthode

public LZ4ReaderStream ( 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