C# 클래스 FFImageLoading.IO.FileStore

파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
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

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( string path ) : bool
path string
리턴 bool

GetInputStream() 공개 정적인 메소드

public static GetInputStream ( string path, bool asynchronous ) : Stream
path string
asynchronous bool
리턴 Stream

GetOutputStream() 공개 정적인 메소드

public static GetOutputStream ( string path, bool asynchronous ) : Stream
path string
asynchronous bool
리턴 Stream

ReadBytesAsync() 공개 정적인 메소드

public static ReadBytesAsync ( string path, CancellationToken token ) : Task
path string
token CancellationToken
리턴 Task

WriteBytesAsync() 공개 정적인 메소드

public static WriteBytesAsync ( string path, byte data, CancellationToken token ) : System.Threading.Tasks.Task
path string
data byte
token CancellationToken
리턴 System.Threading.Tasks.Task