C# Class SoundFingerprinting.InMemory.RAMStorage

Inheritance: IRAMStorage
Mostrar archivo Open project: AddictedCS/soundfingerprinting Class Usage Examples

Public Methods

Method Description
RAMStorage ( int numberOfHashTables ) : System.Collections.Concurrent
Reset ( int numberOfHashTables ) : void

Private Methods

Method Description
Initialize ( int numberOfHashTables ) : void

Method Details

RAMStorage() public method

public RAMStorage ( int numberOfHashTables ) : System.Collections.Concurrent
numberOfHashTables int
return System.Collections.Concurrent

Reset() public method

public Reset ( int numberOfHashTables ) : void
numberOfHashTables int
return void