C# Class Org.BouncyCastle.Apache.Bzip2.CRC

Mostrar archivo Open project: red-gate/iTextSharp-4.1.6

Public Properties

Property Type Description
crc32Table int[]

Public Methods

Method Description
CRC ( ) : System

Private Methods

Method Description
GetFinalCRC ( ) : int
GetGlobalCRC ( ) : int
InitialiseCRC ( ) : void
SetGlobalCRC ( int newCrc ) : void
UpdateCRC ( int inCh ) : void

Method Details

CRC() public method

public CRC ( ) : System
return System

Property Details

crc32Table public_oe static_oe property

public static int[] crc32Table
return int[]