Space Engineers
|
Public Member Functions | |
Stream | Verify (string filename, Stream stream) |
Events | |
Action< IFileVerifier, string > | ChecksumNotFound |
Action< string, string > | ChecksumFailed |
Definition at line 9 of file IFileVerifier.cs.
Stream VRage.FileSystem.IFileVerifier.Verify | ( | string | filename, |
Stream | stream | ||
) |
Implemented in VRage.FileSystem.MyChecksumVerifier, and VRage.FileSystem.MyNullVerifier.
Action<string, string> VRage.FileSystem.IFileVerifier.ChecksumFailed |
Definition at line 12 of file IFileVerifier.cs.
Action<IFileVerifier, string> VRage.FileSystem.IFileVerifier.ChecksumNotFound |
Definition at line 11 of file IFileVerifier.cs.