C# Class Stash.BerkeleyDB.BerkeleyConfigs.BooleanIndexDatabaseConfig

Inheritance: IndexDatabaseConfig
Show file Open project: AndyHitchman/Stash

Public Methods

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

Method Details

BooleanIndexDatabaseConfig() public method

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

ByteArrayAsKey() public method

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

GetComparer() public method

public GetComparer ( ) : IComparer
return IComparer

KeyAsByteArray() public method

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