Package org.vast.cdm.common
Interface CompressedStreamParser
public interface CompressedStreamParser
Interface for all SWE compressed block decoders
- Since:
- Oct 17, 2009
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(DataInputExt inputStream, DataComponent blockComponent) Reads compressed data from input stream and assigns result to the component data blockvoid
init
(DataComponent blockComponent, BinaryBlock binaryBlock) Initializes decoder with block data component and its binary encoding info
-
Method Details
-
init
Initializes decoder with block data component and its binary encoding info- Parameters:
binaryBlock
-blockComponent
-- Throws:
CDMException
-
decode
Reads compressed data from input stream and assigns result to the component data block- Parameters:
inputStream
-blockComponent
-- Throws:
CDMException
-