C# Class NHibernate.Lob.External.FileSystemCasConnection.FileSystemCasBlobWriter

Inheritance: ExternalBlobWriter
Mostra file Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
BeginWrite ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
Commit ( ) : byte[]
EndWrite ( IAsyncResult asyncResult ) : void
FileSystemCasBlobWriter ( FileSystemCasConnection connection ) : System
Flush ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ThrowIfClosed ( ) : void

Method Details

BeginWrite() public method

public BeginWrite ( 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 method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndWrite() public method

public EndWrite ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

FileSystemCasBlobWriter() public method

public FileSystemCasBlobWriter ( FileSystemCasConnection connection ) : System
connection FileSystemCasConnection
return System

Flush() public method

public Flush ( ) : void
return void

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void