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

Inheritance: ExternalBlobWriter
Afficher le fichier Open project: sebmarkbage/calyptus.lob

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ThrowIfClosed ( ) : void

Method Details

BeginWrite() public méthode

public BeginWrite ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback
state object
Résultat IAsyncResult

Commit() public méthode

public Commit ( ) : byte[]
Résultat byte[]

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndWrite() public méthode

public EndWrite ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
Résultat void

FileSystemCasBlobWriter() public méthode

public FileSystemCasBlobWriter ( FileSystemCasConnection connection ) : System
connection FileSystemCasConnection
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void