C# Class PhotoViewerTest.Droid.FileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: Manne990/PhotoViewerTest

Méthodes publiques

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

Private Methods

Méthode Description
SaveBinaryResource ( Stream stream, Stream data ) : bool

Method Details

FileExists() public méthode

public FileExists ( string fileName ) : bool
fileName string
Résultat bool

GetFilePath() public méthode

public GetFilePath ( string fileName ) : string
fileName string
Résultat string

LoadBinary() public méthode

public LoadBinary ( string fileName ) : byte[]
fileName string
Résultat byte[]

SaveBinaryFile() public méthode

public SaveBinaryFile ( string fileName, Stream data ) : bool
fileName string
data Stream
Résultat bool