C# 클래스 Lob.NHibernate.Providers.ByteArray.ByteArrayConnection

상속: AbstractExternalBlobConnection
파일 보기 프로젝트 열기: bittercoder/Lob

공개 메소드들

메소드 설명
Delete ( byte blobIdentifier ) : void
Equals ( IExternalBlobConnection connection ) : bool
GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
OpenReader ( byte blobIdentifier ) : Stream
OpenWriter ( ) : ExternalBlobWriter

메소드 상세

Delete() 공개 메소드

public Delete ( byte blobIdentifier ) : void
blobIdentifier byte
리턴 void

Equals() 공개 메소드

public Equals ( IExternalBlobConnection connection ) : bool
connection IExternalBlobConnection
리턴 bool

GarbageCollect() 공개 메소드

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

OpenReader() 공개 메소드

public OpenReader ( byte blobIdentifier ) : Stream
blobIdentifier byte
리턴 Stream

OpenWriter() 공개 메소드

public OpenWriter ( ) : ExternalBlobWriter
리턴 ExternalBlobWriter