C# Class Lob.NHibernate.ExternalBlobWriter

Inheritance: Stream
Exibir arquivo Open project: bittercoder/Lob Class Usage Examples

Public Methods

Method Description
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

Method Details

BeginRead() public method

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

Commit() public abstract method

public abstract Commit ( ) : byte[]
return byte[]

EndRead() public method

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
return int

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int