C# Class Versionr.ObjectStore.LZ4HCWriter

Inheritance: LZ4Writer
Show file Open project: eatplayhate/versionr Class Usage Examples

Public Methods

Method Description
CompressToStream ( long fileLength, int chunkSize, long &resultSize, System inputData, System outputData, Action feedback = null ) : void

Protected Methods

Method Description
LZ4HCWriter ( ) : System

Method Details

CompressToStream() public static method

public static CompressToStream ( long fileLength, int chunkSize, long &resultSize, System inputData, System outputData, Action feedback = null ) : void
fileLength long
chunkSize int
resultSize long
inputData System
outputData System
feedback Action
return void

LZ4HCWriter() protected method

protected LZ4HCWriter ( ) : System
return System