C# Class Stash.BerkeleyDB.BerkeleyConfigs.IntIndexDatabaseConfig

Inheritance: IndexDatabaseConfig
Exibir arquivo Open project: AndyHitchman/Stash

Public Methods

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

Method Details

ByteArrayAsKey() public method

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

GetComparer() public method

public GetComparer ( ) : IComparer
return IComparer

IntIndexDatabaseConfig() public method

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

KeyAsByteArray() public method

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