C# Class FubuMVC.Less.DotLessFileReaderShim

Inheritance: dotless.Core.Input.IFileReader
显示文件 Open project: DarthFubuMVC/FubuMVC.AssetTransforms

Public Methods

Method Description
DoesFileExist ( string fileName ) : bool
DotLessFileReaderShim ( IFileReader fileReader )
GetBinaryFileContents ( string fileName ) : byte[]
GetFileContents ( string fileName ) : string

Method Details

DoesFileExist() public method

public DoesFileExist ( string fileName ) : bool
fileName string
return bool

DotLessFileReaderShim() public method

public DotLessFileReaderShim ( IFileReader fileReader )
fileReader IFileReader

GetBinaryFileContents() public method

public GetBinaryFileContents ( string fileName ) : byte[]
fileName string
return byte[]

GetFileContents() public method

public GetFileContents ( string fileName ) : string
fileName string
return string