C# 클래스 Lob.Model.Blob

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

Private Properties

프로퍼티 타입 설명
IPersistedLob byte[]
IPersistedLob object
IPersistedLob void

공개 메소드들

메소드 설명
Create ( Stream input ) : Blob
Create ( byte data ) : Blob
Create ( string filename ) : Blob
Equals ( Blob blob ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
OpenReader ( ) : Stream
WriteTo ( Stream output ) : void

보호된 메소드들

메소드 설명
GetExternalSource ( ) : object
GetIsPersisted ( ) : bool
GetPersistedIdentifier ( ) : byte[]
SetPersistedIdentifier ( byte contents, object externalSource ) : void

비공개 메소드들

메소드 설명
IPersistedLob ( ) : byte[]
IPersistedLob ( ) : object
IPersistedLob ( byte contents, object externalStore ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Stream input ) : Blob
input Stream
리턴 Blob

Create() 공개 정적인 메소드

public static Create ( byte data ) : Blob
data byte
리턴 Blob

Create() 공개 정적인 메소드

public static Create ( string filename ) : Blob
filename string
리턴 Blob

Equals() 공개 추상적인 메소드

public abstract Equals ( Blob blob ) : bool
blob Blob
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetExternalSource() 보호된 메소드

protected GetExternalSource ( ) : object
리턴 object

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetIsPersisted() 보호된 메소드

protected GetIsPersisted ( ) : bool
리턴 bool

GetPersistedIdentifier() 보호된 메소드

protected GetPersistedIdentifier ( ) : byte[]
리턴 byte[]

OpenReader() 공개 추상적인 메소드

public abstract OpenReader ( ) : Stream
리턴 Stream

SetPersistedIdentifier() 보호된 메소드

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
리턴 void

WriteTo() 공개 메소드

public WriteTo ( Stream output ) : void
output Stream
리턴 void