C# 클래스 SquishIt.Sass.ResourceAwarePAL

상속: PlatformAdaptationLayer
파일 보기 프로젝트 열기: connectivedx/SquishIt

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
OpenInputFileStream ( string path, FileMode mode = FileMode.Open, FileAccess access = FileAccess.Read, FileShare share = FileShare.Read, int bufferSize = 8192 ) : Stream

비공개 메소드들

메소드 설명
pathToResourceName ( string path ) : string

메소드 상세

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

OpenInputFileStream() 공개 메소드

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
리턴 Stream