메소드 | 설명 | |
---|---|---|
BasePackageProvider ( Modes mode ) : System | ||
Dispose ( ) : void | ||
GetBlob ( System.Guid guid ) : Stream | ||
PutBlob ( System.Guid guid, string filename, Stream blob ) : void | ||
RewindData ( ) : void |
public BasePackageProvider ( Modes mode ) : System | ||
mode | Modes | |
리턴 | System |
public abstract GetBlob ( System.Guid guid ) : Stream | ||
guid | System.Guid | |
리턴 | Stream |
public abstract PutBlob ( System.Guid guid, string filename, Stream blob ) : void | ||
guid | System.Guid | |
filename | string | |
blob | Stream | |
리턴 | void |