Package clickDetector.background
Class ClickBackgroundBinaryWriter
java.lang.Object
PamguardMVC.background.BackgroundBinaryWriter<ClickBackgroundDataUnit>
clickDetector.background.ClickBackgroundBinaryWriter
-
Constructor Summary
-
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:BackgroundBinaryWriter
Get packed binary data to write to- Specified by:
packBackgroundData
in classBackgroundBinaryWriter<ClickBackgroundDataUnit>
- Returns:
- packed array to write to binary store
-
unpackBackgroundData
public ClickBackgroundDataUnit unpackBackgroundData(BinaryObjectData binaryObjectData, BinaryHeader bh, int moduleVersion) Description copied from class:BackgroundBinaryWriter
Unpack data from the binary file- Specified by:
unpackBackgroundData
in classBackgroundBinaryWriter<ClickBackgroundDataUnit>
- Returns:
-