C# 클래스 SoundFingerprinting.InMemory.RAMStorage

상속: IRAMStorage
파일 보기 프로젝트 열기: AddictedCS/soundfingerprinting 1 사용 예제들

공개 메소드들

메소드 설명
RAMStorage ( int numberOfHashTables ) : System.Collections.Concurrent
Reset ( int numberOfHashTables ) : void

비공개 메소드들

메소드 설명
Initialize ( int numberOfHashTables ) : void

메소드 상세

RAMStorage() 공개 메소드

public RAMStorage ( int numberOfHashTables ) : System.Collections.Concurrent
numberOfHashTables int
리턴 System.Collections.Concurrent

Reset() 공개 메소드

public Reset ( int numberOfHashTables ) : void
numberOfHashTables int
리턴 void