Package clickDetector

Interface ClickFileStorage

All Known Implementing Classes:
RainbowFile

public interface ClickFileStorage
Author:
Doug Gillespie

clickStorage interface is curretnly only used by RainbowFile, but the idea is that by using the interface, it will be relatively easy to replace the Rainbowfile with something better in the future without having to re-write any of the click detector.

It is qutie possible that this has already been made redundant by the other Log work.

  • Method Details

    • openClickStorage

      boolean openClickStorage(long sampleOffset)
    • closeClickStorage

      void closeClickStorage()
    • writeClickStructures

      boolean writeClickStructures(ClickParameters clickParameters)
    • writeClick

      boolean writeClick(ClickDetection click)
    • writeClickHeader

      boolean writeClickHeader(ClickDetection click)
    • getStorageName

      String getStorageName()
    • checkStorage

      boolean checkStorage()