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 Link icon

    • openClickStorage Link icon

      boolean openClickStorage(long sampleOffset)
    • closeClickStorage Link icon

      void closeClickStorage()
    • writeClickStructures Link icon

      boolean writeClickStructures(ClickParameters clickParameters)
    • writeClick Link icon

      boolean writeClick(ClickDetection click)
    • writeClickHeader Link icon

      boolean writeClickHeader(ClickDetection click)
    • getStorageName Link icon

      String getStorageName()
    • checkStorage Link icon

      boolean checkStorage()