C# 클래스 Endjin.Templify.Domain.Domain.Packager.Processors.FileContentProcessor

상속: IFileContentProcessor
파일 보기 프로젝트 열기: endjin/Templify

공개 메소드들

메소드 설명
ReadContents ( string path ) : string
WriteContents ( string path, string content ) : void

비공개 메소드들

메소드 설명
GetFileEncoding ( string srcFile ) : Encoding

Detects the byte order mark of a file and returns an appropriate encoding for the file.

Hide ( string path ) : void
IsHidden ( string path ) : bool
MakeWritable ( string path ) : void
Unhide ( string path ) : void

메소드 상세

ReadContents() 공개 메소드

public ReadContents ( string path ) : string
path string
리턴 string

WriteContents() 공개 메소드

public WriteContents ( string path, string content ) : void
path string
content string
리턴 void