public class CommonImageIODecoder extends Object implements CompressedStreamParser
decoder to be used by the BinaryDataParser to decode a binary block that is compressed in JPEG and TIFF, PNG, ...
| Constructor and Description |
|---|
CommonImageIODecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(DataInputExt inputStream,
DataComponent blockComponent) |
void |
init(DataComponent blockComponent,
BinaryBlock binaryBlock) |
public void init(DataComponent blockComponent, BinaryBlock binaryBlock) throws CDMException
init in interface CompressedStreamParserCDMExceptionpublic void decode(DataInputExt inputStream, DataComponent blockComponent) throws CDMException
decode in interface CompressedStreamParserCDMExceptionCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.