C# 클래스 UCosmic.Impl.BinaryData.IisFileSystemBinaryDataStorage

상속: IStoreBinaryData
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetFullPath ( string relativePath ) : string

메소드 상세

Delete() 공개 메소드

public Delete ( string path ) : void
path string
리턴 void

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

Get() 공개 메소드

public Get ( string path ) : byte[]
path string
리턴 byte[]

IisFileSystemBinaryDataStorage() 공개 메소드

public IisFileSystemBinaryDataStorage ( string appRelativeRoot ) : System
appRelativeRoot string
리턴 System

Put() 공개 메소드

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