C# 클래스 RIAppDemo.BLL.Utils.FileContent

상속: IDataContent
파일 보기 프로젝트 열기: BBGONE/JRIApp

공개 메소드들

메소드 설명
CleanUp ( ) : void
CopyToAsync ( Stream stream, int bufferSize = 131072 ) : Task
FileContent ( string filePath ) : System.IO

메소드 상세

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

CopyToAsync() 공개 메소드

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

FileContent() 공개 메소드

public FileContent ( string filePath ) : System.IO
filePath string
리턴 System.IO