Package | Description |
---|---|
org.vast.codec | |
org.vast.data | |
org.vast.swe |
Modifier and Type | Class and Description |
---|---|
class |
CommonImageIODecoder
decoder to be used by the BinaryDataParser to decode a binary block
that is compressed in JPEG and TIFF, PNG, ...
|
class |
JP2KStreamDecoder
Decoder used by the BinaryDataParser to decode a binary block compressed in JPEG 2000.
|
class |
MPEG2StreamDecoder
Decoder used by the BinaryDataParser to decode a binary block compressed in MPEG2.
|
Modifier and Type | Field and Description |
---|---|
protected CompressedStreamParser |
BinaryBlockImpl.reader |
Modifier and Type | Method and Description |
---|---|
CompressedStreamParser |
BinaryBlockImpl.getBlockReader()
Gets the reader to use to decode the data for this block
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryBlockImpl.setBlockReader(CompressedStreamParser reader)
Sets the reader to use for decoding this block
|
Modifier and Type | Method and Description |
---|---|
CompressedStreamParser |
ICodecFactory.createDecoder(String compressionType) |
CompressedStreamParser |
CodecLookup.createDecoder(String compressionType) |
Copyright © 2016 Sensia Software LLC. All rights reserved.