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

Inheritance: BTDB.StreamLayer.AbstractBufferedWriter
Afficher le fichier Open project: Bobris/BTDB

Méthodes publiques

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

Private Methods

Méthode Description
ExpandIfNeeded ( long size ) : void
GetBuffer ( ) : byte[]

Method Details

FlushBuffer() public méthode

public FlushBuffer ( ) : void
Résultat void

GetCurrentPosition() public méthode

public GetCurrentPosition ( ) : long
Résultat long

WriteBlock() public méthode

public WriteBlock ( byte data, int offset, int length ) : void
data byte
offset int
length int
Résultat void

Writer() public méthode

public Writer ( File file ) : System
file System.IO.File
Résultat System