C# Class Stash.BerkeleyDB.BerkeleyConfigs.FloatIndexDatabaseConfig

Inheritance: IndexDatabaseConfig
Show file Open project: AndyHitchman/Stash

Public Methods

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

Method Details

ByteArrayAsKey() public method

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

FloatIndexDatabaseConfig() public method

public FloatIndexDatabaseConfig ( ) : 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[]