Method | Description | |
---|---|---|
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.
|
public static BinaryContains ( this stream, byte pattern ) : int | ||
stream | this | Stream to search. |
pattern | byte | Pattern to match. |
return | int |
public static GenerateHash ( string Filename ) : byte[] | ||
Filename | string | The filename to hash. |
return | byte[] |