C# Class RIAppDemo.BLL.Utils.FileContent

Inheritance: IDataContent
Afficher le fichier Open project: BBGONE/JRIApp

Méthodes publiques

Méthode Description
CleanUp ( ) : void
CopyToAsync ( Stream stream, int bufferSize = 131072 ) : Task
FileContent ( string filePath ) : System.IO

Method Details

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

CopyToAsync() public méthode

public CopyToAsync ( Stream stream, int bufferSize = 131072 ) : Task
stream Stream
bufferSize int
Résultat Task

FileContent() public méthode

public FileContent ( string filePath ) : System.IO
filePath string
Résultat System.IO