C# Class BTDB.KVDBLayer.OnDiskMemoryMappedFileCollection.File.Writer

Inheritance: BTDB.StreamLayer.AbstractBufferedWriter
Mostra file Open project: Bobris/BTDB

Public Methods

Method Description
FlushBuffer ( ) : void
GetCurrentPosition ( ) : long
WriteBlock ( byte data, int offset, int length ) : void
Writer ( File file ) : System

Private Methods

Method Description
ExpandIfNeeded ( long size ) : void
GetBuffer ( ) : byte[]

Method Details

FlushBuffer() public method

public FlushBuffer ( ) : void
return void

GetCurrentPosition() public method

public GetCurrentPosition ( ) : long
return long

WriteBlock() public method

public WriteBlock ( byte data, int offset, int length ) : void
data byte
offset int
length int
return void

Writer() public method

public Writer ( File file ) : System
file System.IO.File
return System