C# Class DeltaZip.Splitter

CRC32 Based on the 0x04C11DB7 polynomial and little-endian order. (ie LSB of the bytes is send first)
Show file Open project: dsrbecky/DeltaZip

Public Methods

Method Description
Split ( Stream stream, SHA1 sha1Provider, bool threadsafe ) : IEnumerable
Split ( byte buffer, int offset, int length ) : List

Private Methods

Method Description
Splitter ( ) : System
Transform ( uint &crc32, byte b ) : void

Method Details

Split() public static method

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

Split() public static method

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