C# Class Lob.NHibernate.Providers.ByteArray.ByteArrayWriter

Inheritance: ExternalBlobWriter
ファイルを表示 Open project: bittercoder/Lob

Public Methods

Method Description
Commit ( ) : byte[]
Flush ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Commit() public method

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

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