Package clickDetector
Class ClickBinaryModuleFooter
java.lang.Object
binaryFileStorage.ModuleFooter
clickDetector.ClickBinaryModuleFooter
- All Implemented Interfaces:
 Serializable,ManagedParameters
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancreateFooter(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[]booleannewClick(ClickDetection click)  
- 
Constructor Details
- 
ClickBinaryModuleFooter
 
 - 
 - 
Method Details
- 
newClick
 - 
getByteArray
public byte[] getByteArray()Description copied from class:ModuleFooterGet module specific data to write to the footer. Note that this is just the module data, not the object identifier.- Specified by:
 getByteArrayin classModuleFooter- Returns:
 - byte array or null
 
 - 
getTypesCount
public int[] getTypesCount()- Returns:
 - the typesCount
 
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -