C# Class Stash.BerkeleyDB.BerkeleyConfigs.DoubleIndexDatabaseConfig

Inheritance: IndexDatabaseConfig
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
ByteArrayAsKey ( byte bytes ) : object
DoubleIndexDatabaseConfig ( ) : System.Collections
GetComparer ( ) : IComparer
KeyAsByteArray ( object key ) : byte[]

Method Details

ByteArrayAsKey() public méthode

public ByteArrayAsKey ( byte bytes ) : object
bytes byte
Résultat object

DoubleIndexDatabaseConfig() public méthode

public DoubleIndexDatabaseConfig ( ) : System.Collections
Résultat System.Collections

GetComparer() public méthode

public GetComparer ( ) : IComparer
Résultat IComparer

KeyAsByteArray() public méthode

public KeyAsByteArray ( object key ) : byte[]
key object
Résultat byte[]