public class JP2KStreamDecoder extends Object implements CompressedStreamParser
Decoder used by the BinaryDataParser to decode a binary block compressed in JPEG 2000.
| Constructor and Description |
|---|
JP2KStreamDecoder() |
JP2KStreamDecoder(long fixedSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(DataInputExt inputStream,
DataComponent blockComponent) |
void |
init(DataComponent blockComponent,
BinaryBlock binaryBlock) |
public JP2KStreamDecoder()
public JP2KStreamDecoder(long fixedSize)
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.