C# 클래스 Org.BouncyCastle.Apache.Bzip2.CRC

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 프로퍼티들

프로퍼티 타입 설명
crc32Table int[]

공개 메소드들

메소드 설명
CRC ( ) : System

비공개 메소드들

메소드 설명
GetFinalCRC ( ) : int
GetGlobalCRC ( ) : int
InitialiseCRC ( ) : void
SetGlobalCRC ( int newCrc ) : void
UpdateCRC ( int inCh ) : void

메소드 상세

CRC() 공개 메소드

public CRC ( ) : System
리턴 System

프로퍼티 상세

crc32Table 공개적으로 정적으로 프로퍼티

public static int[] crc32Table
리턴 int[]