C# 클래스 Brunet.Util.Crc32

파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
TABLE uint[]
_cast Crc32
_ethernet Crc32

공개 메소드들

메소드 설명
Compute ( uint initcrc, byte bytes, int offset, int length ) : uint
ComputeChecksum ( byte bytes, int offset, int length ) : uint
ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint
ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[]
Crc32 ( uint poly ) : NUnit.Framework
MakeTable ( uint poly ) : uint[]

메소드 상세

Compute() 공개 메소드

public Compute ( uint initcrc, byte bytes, int offset, int length ) : uint
initcrc uint
bytes byte
offset int
length int
리턴 uint

ComputeChecksum() 공개 정적인 메소드

public static ComputeChecksum ( byte bytes, int offset, int length ) : uint
bytes byte
offset int
length int
리턴 uint

ComputeChecksum() 공개 정적인 메소드

public static ComputeChecksum ( uint initcrc, byte bytes, int offset, int length ) : uint
initcrc uint
bytes byte
offset int
length int
리턴 uint

ComputeChecksumBytes() 공개 정적인 메소드

public static ComputeChecksumBytes ( byte bytes, int offset, int length ) : byte[]
bytes byte
offset int
length int
리턴 byte[]

Crc32() 공개 메소드

public Crc32 ( uint poly ) : NUnit.Framework
poly uint
리턴 NUnit.Framework

MakeTable() 공개 정적인 메소드

public static MakeTable ( uint poly ) : uint[]
poly uint
리턴 uint[]

프로퍼티 상세

TABLE 보호되어 있는 프로퍼티

protected uint[] TABLE
리턴 uint[]

_cast 보호되어 있는 정적으로 프로퍼티

protected static Crc32,Brunet.Util _cast
리턴 Crc32

_ethernet 보호되어 있는 정적으로 프로퍼티

protected static Crc32,Brunet.Util _ethernet
리턴 Crc32