Method | Description | |
---|---|---|
Delete ( byte blobIdentifier ) : void | ||
Dispose ( ) : void | ||
Equals ( IExternalBlobConnection connection ) : bool | ||
Equals ( object obj ) : bool | ||
GarbageCollect ( ICollection |
||
GetHashCode ( ) : int | ||
OpenReader ( byte blobIdentifier ) : Stream | ||
OpenWriter ( ) : |
||
ReadInto ( byte blobIdentifier, Stream output ) : void | ||
Store ( Stream input ) : byte[] |
Method | Description | |
---|---|---|
AbstractExternalBlobConnection ( ) : System | ||
Dispose ( bool isDisposing ) : void |
Method | Description | |
---|---|---|
IExternalBlobConnection ( ) : |
||
IExternalBlobConnection ( byte blobIdentifier ) : Stream |
protected AbstractExternalBlobConnection ( ) : System | ||
return | System |
public abstract Delete ( byte blobIdentifier ) : void | ||
blobIdentifier | byte | |
return | void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
public abstract Equals ( IExternalBlobConnection connection ) : bool | ||
connection | IExternalBlobConnection | |
return | bool |
public abstract GarbageCollect ( ICollection |
||
livingBlobIdentifiers | ICollection |
|
createdBefore | System.DateTime | |
return | void |
public abstract OpenReader ( byte blobIdentifier ) : Stream | ||
blobIdentifier | byte | |
return | Stream |
public abstract OpenWriter ( ) : |
||
return |
public ReadInto ( byte blobIdentifier, Stream output ) : void | ||
blobIdentifier | byte | |
output | Stream | |
return | void |