C# Class Stash.BerkeleyDB.BerkeleyConfigs.UShortIndexDatabaseConfig

Inheritance: IndexDatabaseConfig
显示文件 Open project: AndyHitchman/Stash

Public Methods

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

Method Details

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[]

UShortIndexDatabaseConfig() public method

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