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 Summary
Modifier and TypeMethodDescriptionboolean
void
boolean
openClickStorage
(long sampleOffset) boolean
writeClick
(ClickDetection click) boolean
writeClickHeader
(ClickDetection click) boolean
writeClickStructures
(ClickParameters clickParameters)
-
Method Details
-
openClickStorage
boolean openClickStorage(long sampleOffset) -
closeClickStorage
void closeClickStorage() -
writeClickStructures
-
writeClick
-
writeClickHeader
-
getStorageName
String getStorageName() -
checkStorage
boolean checkStorage()
-