C# Class UCosmic.Impl.BinaryData.IisFileSystemBinaryDataStorage

Inheritance: IStoreBinaryData
Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

Méthode Description
Delete ( string path ) : void
Exists ( string path ) : bool
Get ( string path ) : byte[]
IisFileSystemBinaryDataStorage ( string appRelativeRoot ) : System
Put ( string path, byte data, bool overwrite = false ) : void

Private Methods

Méthode Description
GetFullPath ( string relativePath ) : string

Method Details

Delete() public méthode

public Delete ( string path ) : void
path string
Résultat void

Exists() public méthode

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

Get() public méthode

public Get ( string path ) : byte[]
path string
Résultat byte[]

IisFileSystemBinaryDataStorage() public méthode

public IisFileSystemBinaryDataStorage ( string appRelativeRoot ) : System
appRelativeRoot string
Résultat System

Put() public méthode

public Put ( string path, byte data, bool overwrite = false ) : void
path string
data byte
overwrite bool
Résultat void