C# Class BTDB.KVDBLayer.FileKeyIndex

Inheritance: IFileInfo, IKeyIndex
Mostra file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
FileKeyIndex ( AbstractBufferedReader reader, System.Guid guid, bool withCommitUlong, bool modern ) : System
FileKeyIndex ( long generation, System.Guid guid, uint trLogFileId, uint trLogOffset, long keyCount, ulong commitUlong, KeyIndexCompression compression ) : System

Private Methods

Method Description
SkipHeader ( AbstractBufferedReader reader ) : void
WriteHeader ( AbstractBufferedWriter writer ) : void

Method Details

FileKeyIndex() public method

public FileKeyIndex ( AbstractBufferedReader reader, System.Guid guid, bool withCommitUlong, bool modern ) : System
reader BTDB.StreamLayer.AbstractBufferedReader
guid System.Guid
withCommitUlong bool
modern bool
return System

FileKeyIndex() public method

public FileKeyIndex ( long generation, System.Guid guid, uint trLogFileId, uint trLogOffset, long keyCount, ulong commitUlong, KeyIndexCompression compression ) : System
generation long
guid System.Guid
trLogFileId uint
trLogOffset uint
keyCount long
commitUlong ulong
compression KeyIndexCompression
return System