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