C# 클래스 Files.FileUtilities

파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 메소드들

메소드 설명
BinaryContains ( this stream, byte pattern ) : int

A simple pattern matcher for finding byte patterns in streams. Written by Rhys Simpson.

GenerateHash ( string Filename ) : byte[]

Generates a hash from a filename.

메소드 상세

BinaryContains() 공개 정적인 메소드

A simple pattern matcher for finding byte patterns in streams. Written by Rhys Simpson.
public static BinaryContains ( this stream, byte pattern ) : int
stream this Stream to search.
pattern byte Pattern to match.
리턴 int

GenerateHash() 공개 정적인 메소드

Generates a hash from a filename.
public static GenerateHash ( string Filename ) : byte[]
Filename string The filename to hash.
리턴 byte[]