C# Class RIAppDemo.BLL.Utils.FileContent

Inheritance: IDataContent
Exibir arquivo Open project: BBGONE/JRIApp

Public Methods

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

Method Details

CleanUp() public method

public CleanUp ( ) : void
return void

CopyToAsync() public method

public CopyToAsync ( Stream stream, int bufferSize = 131072 ) : Task
stream Stream
bufferSize int
return Task

FileContent() public method

public FileContent ( string filePath ) : System.IO
filePath string
return System.IO