C# Class PhotoViewerTest.Droid.FileSystem

Inheritance: IFileSystem
Datei anzeigen Open project: Manne990/PhotoViewerTest

Public Methods

Method Description
FileExists ( string fileName ) : bool
GetFilePath ( string fileName ) : string
LoadBinary ( string fileName ) : byte[]
SaveBinaryFile ( string fileName, Stream data ) : bool

Private Methods

Method Description
SaveBinaryResource ( Stream stream, Stream data ) : bool

Method Details

FileExists() public method

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

GetFilePath() public method

public GetFilePath ( string fileName ) : string
fileName string
return string

LoadBinary() public method

public LoadBinary ( string fileName ) : byte[]
fileName string
return byte[]

SaveBinaryFile() public method

public SaveBinaryFile ( string fileName, Stream data ) : bool
fileName string
data Stream
return bool