C# 클래스 Versionr.ObjectStore.LZ4Writer

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
CompressData ( byte inputData, byte outputData, int available, uint &blockSize, bool end ) : void
LZ4Writer ( bool hc ) : System

메소드 상세

CompressData() 보호된 메소드

protected CompressData ( byte inputData, byte outputData, int available, uint &blockSize, bool end ) : void
inputData byte
outputData byte
available int
blockSize uint
end bool
리턴 void

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

LZ4Writer() 보호된 메소드

protected LZ4Writer ( bool hc ) : System
hc bool
리턴 System