C# Class Versionr.ObjectStore.LZ4HCWriter

Inheritance: LZ4Writer
Afficher le fichier Open project: eatplayhate/versionr Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
LZ4HCWriter ( ) : System

Method Details

CompressToStream() public static méthode

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
Résultat void

LZ4HCWriter() protected méthode

protected LZ4HCWriter ( ) : System
Résultat System