C# 클래스 ExternalBlobWriter, calyptus.lob

상속: Stream
파일 보기 프로젝트 열기: sebmarkbage/calyptus.lob 1 사용 예제들

공개 메소드들

메소드 설명
BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
Commit ( ) : byte[]
EndRead ( IAsyncResult asyncResult ) : int
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

메소드 상세

BeginRead() 공개 메소드

public BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback,
state object
리턴 IAsyncResult

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

public abstract Commit ( ) : byte[]
리턴 byte[]

EndRead() 공개 메소드

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
리턴 int

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int