Method | Description | |
---|---|---|
AppendString ( string p, string fileName, string s ) : void | ||
CreateFolder ( string folder ) : void | ||
Empty ( ) : bool | ||
FileStore ( ) : System | ||
FolderExists ( string folder ) : bool | ||
GetBytes ( string folder, string id, bool hash = false ) : Byte[] | ||
GetLocalUrl ( string folder, string Id, bool hash = false ) : string | ||
GetQueue ( ) : void | ||
GetString ( string folder, string id, bool hash = false ) : Task |
||
GetString ( string id ) : string | ||
HasFile ( string id, bool hash = false ) : bool | ||
HasFile ( string folder, string id, bool hash = false ) : bool | ||
Init ( Service s ) : void | ||
LoadBytesFromWeb ( string url ) : Task |
||
LoadImage ( byte imageData, |
||
LoadImage ( byte imageData, System.Windows.Media.Imaging.BitmapSource &picture ) : void | ||
LoadPhoto ( byte imageData ) : |
||
QueueBytes ( string id ) : void | ||
ReadAllLines ( string id ) : string[] | ||
SaveBytes ( string file, Byte image, bool hash = false ) : bool | ||
SaveBytes ( string folder, string id, Byte image, bool hash = false ) : bool | ||
SaveString ( string folder, string id, string value, bool hash = false ) : bool |
Method | Description | |
---|---|---|
Copy ( string fileName, string newName ) : void | ||
Delete ( string bck ) : void | ||
FileExists ( string file ) : bool | ||
GetFiles ( string folder, string p ) : List |
||
GetFolders ( string folder ) : List |
||
GetLocalFolder ( ) : string | ||
Move ( string fileName, string newName ) : void |
public AppendString ( string p, string fileName, string s ) : void | ||
p | string | |
fileName | string | |
s | string | |
return | void |
public static CreateFolder ( string folder ) : void | ||
folder | string | |
return | void |
public static FolderExists ( string folder ) : bool | ||
folder | string | |
return | bool |
public GetBytes ( string folder, string id, bool hash = false ) : Byte[] | ||
folder | string | |
id | string | |
hash | bool | |
return | Byte[] |
public GetLocalUrl ( string folder, string Id, bool hash = false ) : string | ||
folder | string | |
Id | string | |
hash | bool | |
return | string |
public GetString ( string folder, string id, bool hash = false ) : Task |
||
folder | string | |
id | string | |
hash | bool | |
return | Task |
public HasFile ( string id, bool hash = false ) : bool | ||
id | string | |
hash | bool | |
return | bool |
public HasFile ( string folder, string id, bool hash = false ) : bool | ||
folder | string | |
id | string | |
hash | bool | |
return | bool |
public static LoadBytesFromWeb ( string url ) : Task |
||
url | string | |
return | Task |
public static LoadImage ( byte imageData, |
||
imageData | byte | |
c | ||
return | void |
public static LoadImage ( byte imageData, System.Windows.Media.Imaging.BitmapSource &picture ) : void | ||
imageData | byte | |
picture | System.Windows.Media.Imaging.BitmapSource | |
return | void |
public static LoadPhoto ( byte imageData ) : |
||
imageData | byte | |
return |
public SaveBytes ( string file, Byte image, bool hash = false ) : bool | ||
file | string | |
image | Byte | |
hash | bool | |
return | bool |
public SaveBytes ( string folder, string id, Byte image, bool hash = false ) : bool | ||
folder | string | |
id | string | |
image | Byte | |
hash | bool | |
return | bool |
public static SaveString ( string folder, string id, string value, bool hash = false ) : bool | ||
folder | string | |
id | string | |
value | string | |
hash | bool | |
return | bool |