PngCs  1.1.4
A C# library for read/write PNG images
Public Member Functions | List of all members
Hjg.Pngcs.Zlib.CRC32 Class Reference

Public Member Functions

 CRC32 ()
 
 CRC32 (UInt32 polynomial, UInt32 seed)
 
void Update (byte[] buffer)
 
void Update (byte[] buffer, int start, int length)
 
UInt32 GetValue ()
 
void Reset ()
 

Constructor & Destructor Documentation

Hjg.Pngcs.Zlib.CRC32.CRC32 ( )
Hjg.Pngcs.Zlib.CRC32.CRC32 ( UInt32  polynomial,
UInt32  seed 
)

Member Function Documentation

void Hjg.Pngcs.Zlib.CRC32.Update ( byte[]  buffer)
void Hjg.Pngcs.Zlib.CRC32.Update ( byte[]  buffer,
int  start,
int  length 
)
UInt32 Hjg.Pngcs.Zlib.CRC32.GetValue ( )
void Hjg.Pngcs.Zlib.CRC32.Reset ( )