Interface CompressedStreamParser


public interface CompressedStreamParser

Interface for all SWE compressed block decoders

Since:
Oct 17, 2009
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decode(DataInputExt inputStream, DataComponent blockComponent)
    Reads compressed data from input stream and assigns result to the component data block
    void
    init(DataComponent blockComponent, BinaryBlock binaryBlock)
    Initializes decoder with block data component and its binary encoding info
  • Method Details