Package clickDetector.background
Class ClickBackgroundBinaryWriter
java.lang.Object
PamguardMVC.background.BackgroundBinaryWriter<ClickBackgroundDataUnit>
clickDetector.background.ClickBackgroundBinaryWriter
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionpackBackgroundData(ClickBackgroundDataUnit backgroundUnit) Get packed binary data to write tounpackBackgroundData(BinaryObjectData binaryObjectData, BinaryHeader bh, int moduleVersion) Unpack data from the binary fileMethods inherited from class PamguardMVC.background.BackgroundBinaryWriter
getModuleVersion 
- 
Constructor Details
- 
ClickBackgroundBinaryWriter
 
 - 
 - 
Method Details
- 
packBackgroundData
Description copied from class:BackgroundBinaryWriterGet packed binary data to write to- Specified by:
 packBackgroundDatain classBackgroundBinaryWriter<ClickBackgroundDataUnit>- Parameters:
 backgroundUnit-- Returns:
 - packed array to write to binary store
 
 - 
unpackBackgroundData
public ClickBackgroundDataUnit unpackBackgroundData(BinaryObjectData binaryObjectData, BinaryHeader bh, int moduleVersion) Description copied from class:BackgroundBinaryWriterUnpack data from the binary file- Specified by:
 unpackBackgroundDatain classBackgroundBinaryWriter<ClickBackgroundDataUnit>- Parameters:
 binaryObjectData-bh-moduleVersion-- Returns:
 
 
 -