C# Class FFImageLoading.IO.FileStore

Afficher le fichier Open project: daniel-luberda/FFImageLoading

Méthodes publiques

Méthode Description
Exists ( string path ) : bool
GetInputStream ( string path, bool asynchronous ) : Stream
GetOutputStream ( string path, bool asynchronous ) : Stream
ReadBytesAsync ( string path, CancellationToken token ) : Task
WriteBytesAsync ( string path, byte data, CancellationToken token ) : System.Threading.Tasks.Task

Method Details

Exists() public static méthode

public static Exists ( string path ) : bool
path string
Résultat bool

GetInputStream() public static méthode

public static GetInputStream ( string path, bool asynchronous ) : Stream
path string
asynchronous bool
Résultat Stream

GetOutputStream() public static méthode

public static GetOutputStream ( string path, bool asynchronous ) : Stream
path string
asynchronous bool
Résultat Stream

ReadBytesAsync() public static méthode

public static ReadBytesAsync ( string path, CancellationToken token ) : Task
path string
token CancellationToken
Résultat Task

WriteBytesAsync() public static méthode

public static WriteBytesAsync ( string path, byte data, CancellationToken token ) : System.Threading.Tasks.Task
path string
data byte
token CancellationToken
Résultat System.Threading.Tasks.Task