Package clickDetector
Class ClickBinaryModuleFooter
java.lang.Object
binaryFileStorage.ModuleFooter
clickDetector.ClickBinaryModuleFooter
- All Implemented Interfaces:
Serializable
,ManagedParameters
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
createFooter
(BinaryObjectData binaryObjectData, BinaryHeader binaryHeader, ModuleHeader moduleHeader) Read data from a byte array to recreate a module header being read back from file.byte[]
Get module specific data to write to the footer.Get a set of data that describes all of the parameters in a classint[]
boolean
newClick
(ClickDetection click)
-
Constructor Details
-
ClickBinaryModuleFooter
-
-
Method Details
-
newClick
-
getByteArray
public byte[] getByteArray()Description copied from class:ModuleFooter
Get module specific data to write to the footer. Note that this is just the module data, not the object identifier.- Specified by:
getByteArray
in classModuleFooter
- Returns:
- byte array or null
-
getTypesCount
public int[] getTypesCount()- Returns:
- the typesCount
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-