Space Engineers
Public Member Functions | Events | List of all members
VRage.FileSystem.IFileVerifier Interface Reference
Inheritance diagram for VRage.FileSystem.IFileVerifier:
VRage.FileSystem.MyChecksumVerifier VRage.FileSystem.MyNullVerifier

Public Member Functions

Stream Verify (string filename, Stream stream)
 

Events

Action< IFileVerifier, string > ChecksumNotFound
 
Action< string, string > ChecksumFailed
 

Detailed Description

Definition at line 9 of file IFileVerifier.cs.

Member Function Documentation

Stream VRage.FileSystem.IFileVerifier.Verify ( string  filename,
Stream  stream 
)

Event Documentation

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.


The documentation for this interface was generated from the following file: