C# Class SquishIt.Sass.ResourceAwarePAL

Inheritance: PlatformAdaptationLayer
ファイルを表示 Open project: connectivedx/SquishIt

Public Methods

Method Description
FileExists ( string path ) : bool
OpenInputFileStream ( string path, FileMode mode = FileMode.Open, FileAccess access = FileAccess.Read, FileShare share = FileShare.Read, int bufferSize = 8192 ) : Stream

Private Methods

Method Description
pathToResourceName ( string path ) : string

Method Details

FileExists() public method

public FileExists ( string path ) : bool
path string
return bool

OpenInputFileStream() public method

public OpenInputFileStream ( string path, FileMode mode = FileMode.Open, FileAccess access = FileAccess.Read, FileShare share = FileShare.Read, int bufferSize = 8192 ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
bufferSize int
return Stream