C# 클래스 PhotoViewerTest.Droid.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: Manne990/PhotoViewerTest

공개 메소드들

메소드 설명
FileExists ( string fileName ) : bool
GetFilePath ( string fileName ) : string
LoadBinary ( string fileName ) : byte[]
SaveBinaryFile ( string fileName, Stream data ) : bool

비공개 메소드들

메소드 설명
SaveBinaryResource ( Stream stream, Stream data ) : bool

메소드 상세

FileExists() 공개 메소드

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

GetFilePath() 공개 메소드

public GetFilePath ( string fileName ) : string
fileName string
리턴 string

LoadBinary() 공개 메소드

public LoadBinary ( string fileName ) : byte[]
fileName string
리턴 byte[]

SaveBinaryFile() 공개 메소드

public SaveBinaryFile ( string fileName, Stream data ) : bool
fileName string
data Stream
리턴 bool