C# 클래스 DroidExplorer.Core.IO.Cache

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
Exists ( string path, System file ) : bool
Exists ( string path, string fileName ) : bool
Get ( string path, System file ) : System.IO.FileInfo
Get ( string path, string fileName ) : System.IO.FileInfo
GetCacheKey ( FileSystemInfo file ) : string
GetCacheKey ( string remoteFilePath ) : string
GetPath ( string path ) : string
MoveTo ( string path, System file ) : System.IO.FileInfo
MoveTo ( string path, string localFile ) : System.IO.FileInfo
Save ( string filePath, System image ) : System.IO.FileInfo

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( string path, System file ) : bool
path string
file System
리턴 bool

Exists() 공개 정적인 메소드

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

Get() 공개 정적인 메소드

public static Get ( string path, System file ) : System.IO.FileInfo
path string
file System
리턴 System.IO.FileInfo

Get() 공개 정적인 메소드

public static Get ( string path, string fileName ) : System.IO.FileInfo
path string
fileName string
리턴 System.IO.FileInfo

GetCacheKey() 공개 정적인 메소드

public static GetCacheKey ( FileSystemInfo file ) : string
file FileSystemInfo
리턴 string

GetCacheKey() 공개 정적인 메소드

public static GetCacheKey ( string remoteFilePath ) : string
remoteFilePath string
리턴 string

GetPath() 공개 정적인 메소드

public static GetPath ( string path ) : string
path string
리턴 string

MoveTo() 공개 정적인 메소드

public static MoveTo ( string path, System file ) : System.IO.FileInfo
path string
file System
리턴 System.IO.FileInfo

MoveTo() 공개 정적인 메소드

public static MoveTo ( string path, string localFile ) : System.IO.FileInfo
path string
localFile string
리턴 System.IO.FileInfo

Save() 공개 정적인 메소드

public static Save ( string filePath, System image ) : System.IO.FileInfo
filePath string
image System
리턴 System.IO.FileInfo