ucar.jpeg.colorspace.boxes
Class ImageHeaderBox
java.lang.Object
ucar.jpeg.colorspace.boxes.JP2Box
ucar.jpeg.colorspace.boxes.ImageHeaderBox
public final class ImageHeaderBox
- extends JP2Box
This class models the Image Header box contained in a JP2
image. It is a stub class here since for colormapping the
knowlege of the existance of the box in the image is sufficient.
- Version:
- 1.0
- Author:
- Bruce A. Kern
Method Summary |
String |
toString()
Return a suitable String representation of the class instance. |
ImageHeaderBox
public ImageHeaderBox(RandomAccessIO in,
int boxStart)
throws IOException,
ColorSpaceException
- Construct an ImageHeaderBox from an input image.
- Parameters:
in
- RandomAccessIO jp2 imageboxStart
- offset to the start of the box in the image
- Throws:
IOException,
- ColorSpaceException
IOException
ColorSpaceException
toString
public String toString()
- Return a suitable String representation of the class instance.
- Overrides:
toString
in class Object
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.