Package com.luciad.format.jpeg2000
Class TLcdJPEG2000Box
java.lang.Object
com.luciad.format.jpeg2000.TLcdJPEG2000Box
- Direct Known Subclasses:
TLcdJPEG2000AssociationBox
A JPEG2000 box.
TThe JPEG2000 standard defines a number of so called boxes which contain a certain type of
data. This class represents such a box. You can obtain some of the optional boxes from the model
descriptor.
- Since:
- 2012.1
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTLcdJPEG2000Box
(TLcdJPEG2000Box.Type aType, byte[] aBytes) Creates a new box. -
Method Summary
-
Constructor Details
-
TLcdJPEG2000Box
Creates a new box.- Parameters:
aType
- the typeaBytes
- the content
-
-
Method Details