C# Class FubuMVC.Less.DotLessFileReaderShim

Inheritance: dotless.Core.Input.IFileReader
Afficher le fichier Open project: DarthFubuMVC/FubuMVC.AssetTransforms

Méthodes publiques

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

Method Details

DoesFileExist() public méthode

public DoesFileExist ( string fileName ) : bool
fileName string
Résultat bool

DotLessFileReaderShim() public méthode

public DotLessFileReaderShim ( IFileReader fileReader )
fileReader IFileReader

GetBinaryFileContents() public méthode

public GetBinaryFileContents ( string fileName ) : byte[]
fileName string
Résultat byte[]

GetFileContents() public méthode

public GetFileContents ( string fileName ) : string
fileName string
Résultat string