C# 클래스 Versionr.ObjectStore.LZ4HCWriter

상속: LZ4Writer
파일 보기 프로젝트 열기: eatplayhate/versionr 1 사용 예제들

공개 메소드들

메소드 설명
CompressToStream ( long fileLength, int chunkSize, long &resultSize, System inputData, System outputData, Action feedback = null ) : void

보호된 메소드들

메소드 설명
LZ4HCWriter ( ) : System

메소드 상세

CompressToStream() 공개 정적인 메소드

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
리턴 void

LZ4HCWriter() 보호된 메소드

protected LZ4HCWriter ( ) : System
리턴 System