Table of Contents

Namespace Innova.Data.File

Classes

Name Summary
FileHelper

Provides helper methods for working with files.

FileService

Provides file-related operations.

HashStream

Passthrough stream which calculates a hash on all the bytes read or written. This is a useful alternative to CryptoStream if you don't want the data to be encrypted, but still want to calculate a hash on the data in a transparent way.

ProgressFileStream

Represents a stream that provides progress reporting while reading or writing data.

Interfaces

Name Summary
IFileService

Represents a service for file operations.