C# Class Versionr.ObjectStore.LZ4ReaderStream

Inheritance: ChunkedDecompressionStream
Exibir arquivo Open project: eatplayhate/versionr

Public Methods

Method Description
LZ4ReaderStream ( long size, System baseStream ) : System

Protected Methods

Method Description
RefillBuffer ( byte data, byte output, int decompressedSize, bool end ) : void

Method Details

LZ4ReaderStream() public method

public LZ4ReaderStream ( long size, System baseStream ) : System
size long
baseStream System
return System

RefillBuffer() protected method

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