C# Class Stash.BerkeleyDB.BerkeleyConfigs.DoubleIndexDatabaseConfig

Inheritance: IndexDatabaseConfig
Datei anzeigen Open project: AndyHitchman/Stash

Public Methods

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

Method Details

ByteArrayAsKey() public method

public ByteArrayAsKey ( byte bytes ) : object
bytes byte
return object

DoubleIndexDatabaseConfig() public method

public DoubleIndexDatabaseConfig ( ) : System.Collections
return System.Collections

GetComparer() public method

public GetComparer ( ) : IComparer
return IComparer

KeyAsByteArray() public method

public KeyAsByteArray ( object key ) : byte[]
key object
return byte[]