C# Class BinaryRage.Storage

Afficher le fichier Open project: raysearchlabs/BinaryRage

Méthodes publiques

Méthode Description
ExistingStorageCheck ( string key, string filelocation ) : bool
GetExactFileLocation ( string key, string filelocation ) : string
GetFromStorage ( string key, string filelocation ) : byte[]
GetFromStorageWithKnownFileLocation ( string filelocation ) : byte[]
WritetoStorage ( string key, byte value, string filelocation ) : void

Private Methods

Méthode Description
CombinePathAndKey ( string path, string key ) : string
GetFolders ( string key, string filelocation ) : IEnumerable
createDirectoriesBasedOnKeyAndFilelocation ( string key, string filelocation ) : string

Method Details

ExistingStorageCheck() public static méthode

public static ExistingStorageCheck ( string key, string filelocation ) : bool
key string
filelocation string
Résultat bool

GetExactFileLocation() public static méthode

public static GetExactFileLocation ( string key, string filelocation ) : string
key string
filelocation string
Résultat string

GetFromStorage() public static méthode

public static GetFromStorage ( string key, string filelocation ) : byte[]
key string
filelocation string
Résultat byte[]

GetFromStorageWithKnownFileLocation() public static méthode

public static GetFromStorageWithKnownFileLocation ( string filelocation ) : byte[]
filelocation string
Résultat byte[]

WritetoStorage() public static méthode

public static WritetoStorage ( string key, byte value, string filelocation ) : void
key string
value byte
filelocation string
Résultat void