C# Class BTDB.KVDBLayer.FileKeyIndex

Inheritance: IFileInfo, IKeyIndex
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

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

Méthode Description
SkipHeader ( AbstractBufferedReader reader ) : void
WriteHeader ( AbstractBufferedWriter writer ) : void

Method Details

FileKeyIndex() public méthode

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

FileKeyIndex() public méthode

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
Résultat System