C# Class Stash.BerkeleyDB.Specifications.for_backingstore_bsb.BerkeleyDbExtensions

Show file Open project: AndyHitchman/Stash

Public Methods

Method Description
AsStream ( this bytes ) : Stream
ShouldHaveKey ( this store, InternalId key ) : void
ShouldHaveKey ( this store, byte key ) : void
ShouldNotHaveKey ( this store, InternalId key ) : void
ShouldNotHaveKey ( this store, byte key ) : void
ValueForKey ( this store, InternalId key ) : byte[]
ValueForKey ( this store, byte key ) : byte[]
ValueForKey ( this store, object key ) : byte[]
ValuesForKey ( this store, byte key ) : IEnumerable
ValuesForKey ( this store, object key ) : IEnumerable

Method Details

AsStream() public static method

public static AsStream ( this bytes ) : Stream
bytes this
return System.IO.Stream

ShouldHaveKey() public static method

public static ShouldHaveKey ( this store, InternalId key ) : void
store this
key Stash.Engine.InternalId
return void

ShouldHaveKey() public static method

public static ShouldHaveKey ( this store, byte key ) : void
store this
key byte
return void

ShouldNotHaveKey() public static method

public static ShouldNotHaveKey ( this store, InternalId key ) : void
store this
key Stash.Engine.InternalId
return void

ShouldNotHaveKey() public static method

public static ShouldNotHaveKey ( this store, byte key ) : void
store this
key byte
return void

ValueForKey() public static method

public static ValueForKey ( this store, InternalId key ) : byte[]
store this
key Stash.Engine.InternalId
return byte[]

ValueForKey() public static method

public static ValueForKey ( this store, byte key ) : byte[]
store this
key byte
return byte[]

ValueForKey() public static method

public static ValueForKey ( this store, object key ) : byte[]
store this
key object
return byte[]

ValuesForKey() public static method

public static ValuesForKey ( this store, byte key ) : IEnumerable
store this
key byte
return IEnumerable

ValuesForKey() public static method

public static ValuesForKey ( this store, object key ) : IEnumerable
store this
key object
return IEnumerable