C# 클래스 DeltaZip.Splitter

CRC32 Based on the 0x04C11DB7 polynomial and little-endian order. (ie LSB of the bytes is send first)
파일 보기 프로젝트 열기: dsrbecky/DeltaZip

공개 메소드들

메소드 설명
Split ( Stream stream, SHA1 sha1Provider, bool threadsafe ) : IEnumerable
Split ( byte buffer, int offset, int length ) : List

비공개 메소드들

메소드 설명
Splitter ( ) : System
Transform ( uint &crc32, byte b ) : void

메소드 상세

Split() 공개 정적인 메소드

public static Split ( Stream stream, SHA1 sha1Provider, bool threadsafe ) : IEnumerable
stream Stream
sha1Provider System.Security.Cryptography.SHA1
threadsafe bool
리턴 IEnumerable

Split() 공개 정적인 메소드

public static Split ( byte buffer, int offset, int length ) : List
buffer byte
offset int
length int
리턴 List