C# Class UCosmic.Impl.BinaryData.IisFileSystemBinaryDataStorage

Inheritance: IStoreBinaryData
Datei anzeigen Open project: ucosmic/UCosmicPreview

Public Methods

Method 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

Method Description
GetFullPath ( string relativePath ) : string

Method Details

Delete() public method

public Delete ( string path ) : void
path string
return void

Exists() public method

public Exists ( string path ) : bool
path string
return bool

Get() public method

public Get ( string path ) : byte[]
path string
return byte[]

IisFileSystemBinaryDataStorage() public method

public IisFileSystemBinaryDataStorage ( string appRelativeRoot ) : System
appRelativeRoot string
return System

Put() public method

public Put ( string path, byte data, bool overwrite = false ) : void
path string
data byte
overwrite bool
return void