C# 클래스 Bundling.Extensions.Helpers.VirtualFileReader

상속: IFileReader
파일 보기 프로젝트 열기: unger/Bundling.Extensions

공개 메소드들

메소드 설명
DoesFileExist ( string fileName ) : bool
GetBinaryFileContents ( string fileName ) : byte[]
GetFileContents ( string fileName ) : string
VirtualFileReader ( IPathResolver pathResolver ) : System.IO

메소드 상세

DoesFileExist() 공개 메소드

public DoesFileExist ( string fileName ) : bool
fileName string
리턴 bool

GetBinaryFileContents() 공개 메소드

public GetBinaryFileContents ( string fileName ) : byte[]
fileName string
리턴 byte[]

GetFileContents() 공개 메소드

public GetFileContents ( string fileName ) : string
fileName string
리턴 string

VirtualFileReader() 공개 메소드

public VirtualFileReader ( IPathResolver pathResolver ) : System.IO
pathResolver IPathResolver
리턴 System.IO