C# Class Lob.NHibernate.Providers.ByteArray.ByteArrayConnection

Inheritance: AbstractExternalBlobConnection
Mostrar archivo Open project: bittercoder/Lob

Public Methods

Method Description
Delete ( byte blobIdentifier ) : void
Equals ( IExternalBlobConnection connection ) : bool
GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
OpenReader ( byte blobIdentifier ) : Stream
OpenWriter ( ) : ExternalBlobWriter

Method Details

Delete() public method

public Delete ( byte blobIdentifier ) : void
blobIdentifier byte
return void

Equals() public method

public Equals ( IExternalBlobConnection connection ) : bool
connection IExternalBlobConnection
return bool

GarbageCollect() public method

public GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
livingBlobIdentifiers ICollection
createdBefore System.DateTime
return void

OpenReader() public method

public OpenReader ( byte blobIdentifier ) : Stream
blobIdentifier byte
return Stream

OpenWriter() public method

public OpenWriter ( ) : ExternalBlobWriter
return ExternalBlobWriter