C# Class BTDB.KVDBLayer.HashKeyIndex

Inheritance: IFileInfo, IHashKeyIndex
Show file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
HashKeyIndex ( AbstractBufferedReader reader, Guid guid ) : System
HashKeyIndex ( long subId, long generation, Guid guid, uint keyLen ) : System

Private Methods

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

Method Details

HashKeyIndex() public method

public HashKeyIndex ( AbstractBufferedReader reader, Guid guid ) : System
reader BTDB.StreamLayer.AbstractBufferedReader
guid Guid
return System

HashKeyIndex() public method

public HashKeyIndex ( long subId, long generation, Guid guid, uint keyLen ) : System
subId long
generation long
guid Guid
keyLen uint
return System