C# 클래스 Crow.Library.FileOperations.FSFileOperations

상속: IFileOperations
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

메소드 설명
LoadFileAsByteArray ( string filePath, bool encrypted ) : byte[]
LoadFileAsPlainText ( string filePath, bool encrypted ) : string
SaveFile ( string filePath, byte content, bool encrypted ) : void
SaveFile ( string filePath, string content, bool encrypted ) : void

메소드 상세

LoadFileAsByteArray() 공개 메소드

public LoadFileAsByteArray ( string filePath, bool encrypted ) : byte[]
filePath string
encrypted bool
리턴 byte[]

LoadFileAsPlainText() 공개 메소드

public LoadFileAsPlainText ( string filePath, bool encrypted ) : string
filePath string
encrypted bool
리턴 string

SaveFile() 공개 메소드

public SaveFile ( string filePath, byte content, bool encrypted ) : void
filePath string
content byte
encrypted bool
리턴 void

SaveFile() 공개 메소드

public SaveFile ( string filePath, string content, bool encrypted ) : void
filePath string
content string
encrypted bool
리턴 void